#CFF85A

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

Shades of Mindaro #CFF85A

Tints of Mindaro #CFF85A

Color information

#CFF85A (or 0xCFF85A) is unknown color: approx Mindaro. HEX triplet: CF, F8 and 5A. RGB value is (207,248,90). Sum of RGB (Red+Green+Blue) = 207+248+90=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 90 (35.55% from 255 or 16.51% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF85A is #3007A5. Grayscale: #DADADA. Windows color (decimal): -3147686 or 5961935. OLE color: 5961935.

HSL color Cylindrical-coordinate representation of color #CFF85A: hue angle of 75.57º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFF85A is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB20724890-
CMYK0.1700.640.03
HSL75.57º91.86%66.27%-
HSV(B)75.57º63.71%97.25%-
XYZ61.1481.1422.11-
YUV217.7355.92120.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 248 (97.27% from 255) = 45.50%
BLUE value IS 90 (35.55% from 255) = 16.51%
R=37.98%
G=45.50%
B=16.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal207248900.1700.640.0375.5791.8666.27
HexCFF85A1104034c5c42
Octal3173701322101003114134102
Binary11001111111110001011010100010100000011100110010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF85A; }

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

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

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

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

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

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

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

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