#CFE07A

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

Shades of Mindaro #CFE07A

Tints of Mindaro #CFE07A

Color information

#CFE07A (or 0xCFE07A) is unknown color: approx Mindaro. HEX triplet: CF, E0 and 7A. RGB value is (207,224,122). Sum of RGB (Red+Green+Blue) = 207+224+122=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE07A is #301F85. Grayscale: #CFCFCF. Windows color (decimal): -3153798 or 8052943. OLE color: 8052943.

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

Color convert

RGB207224122-
CMYK0.0800.460.12
HSL70º62.2%67.84%-
HSV(B)70º45.54%87.84%-
XYZ55.967.9828.59-
YUV207.2979.87127.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 224 (87.89% from 255) = 40.51%
BLUE value IS 122 (48.05% from 255) = 22.06%
R=37.43%
G=40.51%
B=22.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072241220.0800.460.127062.267.84
HexCFE07A802EC463e44
Octal317340172100561410676104
Binary1100111111100000111101010000101110110010001101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE07A; }

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

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

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

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

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

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

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

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