#CBF15E

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

Shades of Mindaro #CBF15E

Tints of Mindaro #CBF15E

Color information

#CBF15E (or 0xCBF15E) is unknown color: approx Mindaro. HEX triplet: CB, F1 and 5E. RGB value is (203,241,94). Sum of RGB (Red+Green+Blue) = 203+241+94=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF15E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF15E is #340EA1. Grayscale: #D5D5D5. Windows color (decimal): -3411618 or 6222283. OLE color: 6222283.

HSL color Cylindrical-coordinate representation of color #CBF15E: hue angle of 75.51º degrees, saturation: 0.84, 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 #CBF15E is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB20324194-
CMYK0.1600.610.05
HSL75.51º84%65.69%-
HSV(B)75.51º61%94.51%-
XYZ58.176.4222.28-
YUV212.8860.91120.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 241 (94.53% from 255) = 44.80%
BLUE value IS 94 (37.11% from 255) = 17.47%
R=37.73%
G=44.80%
B=17.47%

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
Decimal203241940.1600.610.0575.518465.69
HexCBF15E1003D54c5442
Octal313361136200755114124102
Binary11001011111100011011110100000111101101100110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF15E; }

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

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

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

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

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

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

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

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