#CFFD6A

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

Shades of Mindaro #CFFD6A

Tints of Mindaro #CFFD6A

Color information

#CFFD6A (or 0xCFFD6A) is unknown color: approx Mindaro. HEX triplet: CF, FD and 6A. RGB value is (207,253,106). Sum of RGB (Red+Green+Blue) = 207+253+106=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFD6A is #300295. Grayscale: #DFDFDF. Windows color (decimal): -3146390 or 7011791. OLE color: 7011791.

HSL color Cylindrical-coordinate representation of color #CFFD6A: hue angle of 78.78º degrees, saturation: 0.97, 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 #CFFD6A is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB207253106-
CMYK0.1800.580.01
HSL78.78º97.35%70.39%-
HSV(B)78.78º58.1%99.22%-
XYZ63.4684.5626.61-
YUV222.4962.26116.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.57%
GREEN value IS 253 (99.22% from 255) = 44.70%
BLUE value IS 106 (41.80% from 255) = 18.73%
R=36.57%
G=44.70%
B=18.73%

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
Decimal2072531060.1800.580.0178.7897.3570.39
HexCFFD6A1203A14f6146
Octal317375152220721117141106
Binary110011111111110111010101001001110101100111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFD6A; }

 p { color: rgb(207,253,106); }

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

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

 a { background-color: rgb(207,253,106); }

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

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

 span { border-color: rgb(207,253,106); }

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