#CFFB5D

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

Shades of Mindaro #CFFB5D

Tints of Mindaro #CFFB5D

Color information

#CFFB5D (or 0xCFFB5D) is unknown color: approx Mindaro. HEX triplet: CF, FB and 5D. RGB value is (207,251,93). Sum of RGB (Red+Green+Blue) = 207+251+93=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFB5D is #3004A2. Grayscale: #DCDCDC. Windows color (decimal): -3146915 or 6159311. OLE color: 6159311.

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

Color convert

RGB20725193-
CMYK0.1800.630.02
HSL76.71º95.18%67.45%-
HSV(B)76.71º62.95%98.43%-
XYZ62.2183.0523.11-
YUV219.8356.42118.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 251 (98.44% from 255) = 45.55%
BLUE value IS 93 (36.72% from 255) = 16.88%
R=37.57%
G=45.55%
B=16.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal207251930.1800.630.0276.7195.1867.45
HexCFFB5D1203F24d5f43
Octal317373135220772115137103
Binary1100111111111011101110110010011111110100110110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFB5D; }

 p { color: rgb(207,251,93); }

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

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

 a { background-color: rgb(207,251,93); }

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

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

 span { border-color: rgb(207,251,93); }

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