#CBE35F

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

Shades of Mindaro #CBE35F

Tints of Mindaro #CBE35F

Color information

#CBE35F (or 0xCBE35F) is unknown color: approx Mindaro. HEX triplet: CB, E3 and 5F. RGB value is (203,227,95). Sum of RGB (Red+Green+Blue) = 203+227+95=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE35F is #341CA0. Grayscale: #CDCDCD. Windows color (decimal): -3415201 or 6284235. OLE color: 6284235.

HSL color Cylindrical-coordinate representation of color #CBE35F: hue angle of 70.91º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBE35F is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB20322795-
CMYK0.1100.580.11
HSL70.91º70.21%63.14%-
HSV(B)70.91º58.15%89.02%-
XYZ54.1668.4621.19-
YUV204.7866.05126.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 227 (89.06% from 255) = 43.24%
BLUE value IS 95 (37.5% from 255) = 18.10%
R=38.67%
G=43.24%
B=18.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal203227950.1100.580.1170.9170.2163.14
HexCBE35FB03AB47463f
Octal313343137130721310710677
Binary1100101111100011101111110110111010101110001111000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE35F; }

 p { color: rgb(203,227,95); }

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

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

 a { background-color: rgb(203,227,95); }

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

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

 span { border-color: rgb(203,227,95); }

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