#cbf25e

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

Shades of Mindaro #CBF25E

Tints of Mindaro #CBF25E

Color information

#CBF25E (or 0xCBF25E) is unknown color: approx Mindaro. HEX triplet: CB, F2 and 5E. RGB value is (203,242,94). Sum of RGB (Red+Green+Blue) = 203+242+94=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF25E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF25E is #340DA1. Grayscale: #D6D6D6. Windows color (decimal): -3411362 or 6222539. OLE color: 6222539.

HSL color Cylindrical-coordinate representation of color #CBF25E: hue angle of 75.81º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBF25E is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB20324294-
CMYK0.1600.610.05
HSL75.81º85.06%65.88%-
HSV(B)75.81º61.16%94.9%-
XYZ58.477.0122.38-
YUV213.4760.58120.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 242 (94.92% from 255) = 44.90%
BLUE value IS 94 (37.11% from 255) = 17.44%
R=37.66%
G=44.90%
B=17.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal203242940.1600.610.0575.8185.0665.88
HexCBF25E1003D54c5542
Octal313362136200755114125102
Binary11001011111100101011110100000111101101100110010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbf25e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbf25e; }

 p { color: rgb(203,242,94); }

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

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

 a { background-color: rgb(203,242,94); }

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

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

 span { border-color: rgb(203,242,94); }

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