#CFE36B

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

Shades of Mindaro #CFE36B

Tints of Mindaro #CFE36B

Color information

#CFE36B (or 0xCFE36B) is unknown color: approx Mindaro. HEX triplet: CF, E3 and 6B. RGB value is (207,227,107). Sum of RGB (Red+Green+Blue) = 207+227+107=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE36B is #301C94. Grayscale: #CFCFCF. Windows color (decimal): -3153045 or 7070671. OLE color: 7070671.

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

Color convert

RGB207227107-
CMYK0.0900.530.11
HSL70º68.18%65.49%-
HSV(B)70º52.86%89.02%-
XYZ55.8669.2724.34-
YUV207.3471.37127.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.26%
GREEN value IS 227 (89.06% from 255) = 41.96%
BLUE value IS 107 (42.19% from 255) = 19.78%
R=38.26%
G=41.96%
B=19.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072271070.0900.530.117068.1865.49
HexCFE36B9035B464441
Octal3173431531106513106104101
Binary11001111111000111101011100101101011011100011010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE36B; }

 p { color: rgb(207,227,107); }

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

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

 a { background-color: rgb(207,227,107); }

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

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

 span { border-color: rgb(207,227,107); }

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