Html Css Color HEX #CBE959 Mindaro

📋 copy color: '#CBE959'

red 203 ◦ green 233 ◦ blue 89

#CBE959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CBE959

Tints of Mindaro #CBE959

RGB

 RED value IS 203 (79.69% from 255) = 38.67%

 GREEN value IS 233 (91.41% from 255) = 44.38%

 BLUE value IS 89 (35.16% from 255) = 16.95%

R = 38.67%
G = 44.38%
B = 16.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#CBE959 (or 0xCBE959) is known color: Mindaro. HEX triplet: CB, E9 and 59. RGB value is (203,233,89). Sum of RGB (Red+Green+Blue) = 203+233+89=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 89 (35.16% from 255 or 16.95% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE959 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE959 is #3416A6. Grayscale: #D0D0D0. Windows color (decimal): -3413671 or 5892555. OLE color: 5892555.

HSL color Cylindrical-coordinate representation of color #CBE959: hue angle of 72.5º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBE959 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 233 89 -
CMYK 0.13 0 0.62 0.09
HSL 72.5º 0.77% 0.63% -
HSV(B) 72.5º 0.62% 0.91% -
XYZ 55.57 71.7 20.36 -
YUV 207.61 61.06 124.71 -
System Red Green Blue C M Y K H S L
Decimal 203 233 89 0.13 0 0.62 0.09 72.5 0.77 0.63
Hex CB E9 59 D 0 3E 9 48 4D 3F
Octal 313 351 131 15 0 76 11 110 115 77
Binary 11001011 11101001 1011001 1101 0 111110 1001 1001000 1001101 111111

Color Harmonies of #CBE959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE959

Black with #CBE959

Text Example


Text Example

White with #CBE959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE959; }

 p { color: rgb(203,233,89); }

 H1.HeaderClassName
 {
   color: #CBE959;
 }
 .AnyTagClassName
 {
   color: #CBE959;
 }
</style>

background-color css

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

 a { background-color: rgb(203,233,89); }

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

border-color css

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

 span { border-color: rgb(203,233,89); }

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