Html Css Color HEX #CBE958 Mindaro

📋 copy color: '#CBE958'

red 203 ◦ green 233 ◦ blue 88

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

Shades of Mindaro #CBE958

Tints of Mindaro #CBE958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.79%

R = 38.74%
G = 44.47%
B = 16.79%

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

#CBE958 (or 0xCBE958) is known color: Mindaro. HEX triplet: CB, E9 and 58. RGB value is (203,233,88). Sum of RGB (Red+Green+Blue) = 203+233+88=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 88 (34.77% from 255 or 16.79% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE958 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE958 is #3416A7. Grayscale: #D0D0D0. Windows color (decimal): -3413672 or 5827019. OLE color: 5827019.

HSL color Cylindrical-coordinate representation of color #CBE958: hue angle of 72.41º 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 #CBE958 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 233 88 -
CMYK 0.13 0 0.62 0.09
HSL 72.41º 0.77% 0.63% -
HSV(B) 72.41º 0.62% 0.91% -
XYZ 55.53 71.68 20.14 -
YUV 207.5 60.56 124.79 -
System Red Green Blue C M Y K H S L
Decimal 203 233 88 0.13 0 0.62 0.09 72.41 0.77 0.63
Hex CB E9 58 D 0 3E 9 48 4D 3F
Octal 313 351 130 15 0 76 11 110 115 77
Binary 11001011 11101001 1011000 1101 0 111110 1001 1001000 1001101 111111

Color Harmonies of #CBE958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE958

Black with #CBE958

Text Example


Text Example

White with #CBE958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE958; }

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

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

background-color css

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

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

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

border-color css

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

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

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