#CFFC6B

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

Shades of Mindaro #CFFC6B

Tints of Mindaro #CFFC6B

Color information

#CFFC6B (or 0xCFFC6B) is unknown color: approx Mindaro. HEX triplet: CF, FC and 6B. RGB value is (207,252,107). Sum of RGB (Red+Green+Blue) = 207+252+107=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 107 (42.19% from 255 or 18.90% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFC6B is #300394. Grayscale: #DEDEDE. Windows color (decimal): -3146645 or 7077071. OLE color: 7077071.

HSL color Cylindrical-coordinate representation of color #CFFC6B: hue angle of 78.62º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFFC6B is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB207252107-
CMYK0.1800.580.01
HSL78.62º96.03%70.39%-
HSV(B)78.62º57.54%98.82%-
XYZ63.283.9526.78-
YUV222.0263.09117.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.57%
GREEN value IS 252 (98.83% from 255) = 44.52%
BLUE value IS 107 (42.19% from 255) = 18.90%
R=36.57%
G=44.52%
B=18.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072521070.1800.580.0178.6296.0370.39
HexCFFC6B1203A14f6046
Octal317374153220721117140106
Binary110011111111110011010111001001110101100111111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFC6B; }

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

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

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

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

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

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

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

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