#cfe430

Color #CFE430 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CFE430

Tints of Pear #CFE430

Color information

#CFE430 (or 0xCFE430) is unknown color: approx Pear. HEX triplet: CF, E4 and 30. RGB value is (207,228,48). Sum of RGB (Red+Green+Blue) = 207+228+48=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 48 (19.14% from 255 or 9.94% from 483); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE430 is #301BCF. Grayscale: #C9C9C9. Windows color (decimal): -3152848 or 3204303. OLE color: 3204303.

HSL color Cylindrical-coordinate representation of color #CFE430: hue angle of 67º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFE430 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB20722848-
CMYK0.0900.790.11
HSL67º76.92%54.12%-
HSV(B)67º78.95%89.41%-
XYZ54.0168.9713.26-
YUV201.241.54132.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 42.86%
GREEN value IS 228 (89.45% from 255) = 47.20%
BLUE value IS 48 (19.14% from 255) = 9.94%
R=42.86%
G=47.20%
B=9.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal207228480.0900.790.116776.9254.12
HexCFE430904FB434d36
Octal317344601101171310311566
Binary1100111111100100110000100101001111101110000111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfe430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfe430; }

 p { color: rgb(207,228,48); }

 H1.HeaderClassName
 {
   color: #cfe430;
 }
 .AnyTagClassName
 {
   color: #cfe430;
 }
</style>
background-color css

<style>
 a { background-color: #cfe430; }

 a { background-color: rgb(207,228,48); }

 div.DivClassName
 {
   background-color: #cfe430;
 }
 .BgClassName
 {
   background-color: #cfe430;
 }
</style>
border-color css

<style>
 span { border-color: #cfe430; }

 span { border-color: rgb(207,228,48); }

 td.TdClassName
 {
   border-color: #cfe430;
 }
 .TagClassName
 {
   border-color: #cfe430;
 }
</style>