#CFFD5A

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

Shades of Mindaro #CFFD5A

Tints of Mindaro #CFFD5A

Color information

#CFFD5A (or 0xCFFD5A) is unknown color: approx Mindaro. HEX triplet: CF, FD and 5A. RGB value is (207,253,90). Sum of RGB (Red+Green+Blue) = 207+253+90=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 90 (35.55% from 255 or 16.36% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFD5A is #3002A5. Grayscale: #DDDDDD. Windows color (decimal): -3146406 or 5963215. OLE color: 5963215.

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

Color convert

RGB20725390-
CMYK0.1800.640.01
HSL76.93º97.6%67.25%-
HSV(B)76.93º64.43%99.22%-
XYZ62.784.2522.63-
YUV220.6654.26118.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 253 (99.22% from 255) = 46%
BLUE value IS 90 (35.55% from 255) = 16.36%
R=37.64%
G=46%
B=16.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal207253900.1800.640.0176.9397.667.25
HexCFFD5A1204014d6243
Octal3173751322201001115142103
Binary1100111111111101101101010010010000001100110111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFD5A; }

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

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

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

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

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

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

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

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