#CFE03A

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

Shades of Pear #CFE03A

Tints of Pear #CFE03A

Color information

#CFE03A (or 0xCFE03A) is unknown color: approx Pear. HEX triplet: CF, E0 and 3A. RGB value is (207,224,58). Sum of RGB (Red+Green+Blue) = 207+224+58=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE03A is #301FC5. Grayscale: #C8C8C8. Windows color (decimal): -3153862 or 3858639. OLE color: 3858639.

HSL color Cylindrical-coordinate representation of color #CFE03A: hue angle of 66.14º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFE03A is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB20722458-
CMYK0.0800.740.12
HSL66.14º72.81%55.29%-
HSV(B)66.14º74.11%87.84%-
XYZ53.1566.8814.11-
YUV199.9947.87133-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.33%
GREEN value IS 224 (87.89% from 255) = 45.81%
BLUE value IS 58 (23.05% from 255) = 11.86%
R=42.33%
G=45.81%
B=11.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal207224580.0800.740.1266.1472.8155.29
HexCFE03A804AC424937
Octal317340721001121410211167
Binary1100111111100000111010100001001010110010000101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE03A; }

 p { color: rgb(207,224,58); }

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

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

 a { background-color: rgb(207,224,58); }

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

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

 span { border-color: rgb(207,224,58); }

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