#CBE85C

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

Shades of Mindaro #CBE85C

Tints of Mindaro #CBE85C

Color information

#CBE85C (or 0xCBE85C) is unknown color: approx Mindaro. HEX triplet: CB, E8 and 5C. RGB value is (203,232,92). Sum of RGB (Red+Green+Blue) = 203+232+92=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 92 (36.33% from 255 or 17.46% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE85C is #3417A3. Grayscale: #CFCFCF. Windows color (decimal): -3413924 or 6088907. OLE color: 6088907.

HSL color Cylindrical-coordinate representation of color #CBE85C: hue angle of 72.43º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBE85C is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB20323292-
CMYK0.1200.600.09
HSL72.43º75.27%63.53%-
HSV(B)72.43º60.34%90.98%-
XYZ55.4271.1820.94-
YUV207.3762.89124.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 232 (91.02% from 255) = 44.02%
BLUE value IS 92 (36.33% from 255) = 17.46%
R=38.52%
G=44.02%
B=17.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal203232920.1200.600.0972.4375.2763.53
HexCBE85CC03C9484b40
Octal3133501341407411110113100
Binary11001011111010001011100110001111001001100100010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE85C; }

 p { color: rgb(203,232,92); }

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

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

 a { background-color: rgb(203,232,92); }

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

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

 span { border-color: rgb(203,232,92); }

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