#CFE07B

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

Shades of Mindaro #CFE07B

Tints of Mindaro #CFE07B

Color information

#CFE07B (or 0xCFE07B) is unknown color: approx Mindaro. HEX triplet: CF, E0 and 7B. RGB value is (207,224,123). Sum of RGB (Red+Green+Blue) = 207+224+123=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE07B is #301F84. Grayscale: #CFCFCF. Windows color (decimal): -3153797 or 8118479. OLE color: 8118479.

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

Color convert

RGB207224123-
CMYK0.0800.450.12
HSL70.1º61.96%68.04%-
HSV(B)70.1º45.09%87.84%-
XYZ55.9668.0128.92-
YUV207.480.37127.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 224 (87.89% from 255) = 40.43%
BLUE value IS 123 (48.44% from 255) = 22.20%
R=37.36%
G=40.43%
B=22.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072241230.0800.450.1270.161.9668.04
HexCFE07B802DC463e44
Octal317340173100551410676104
Binary1100111111100000111101110000101101110010001101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE07B; }

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

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

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

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

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

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

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

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