Html Css Color HEX #CBE758 Mindaro

📋 copy color: '#CBE758'

red 203 ◦ green 231 ◦ blue 88

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

Shades of Mindaro #CBE758

Tints of Mindaro #CBE758

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.25%

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

R = 38.89%
G = 44.25%
B = 16.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#CBE758 (or 0xCBE758) is known color: Mindaro. HEX triplet: CB, E7 and 58. RGB value is (203,231,88). Sum of RGB (Red+Green+Blue) = 203+231+88=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 231 (90.62% from 255 or 44.25% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE758 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE758 is #3418A7. Grayscale: #CECECE. Windows color (decimal): -3414184 or 5826507. OLE color: 5826507.

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

Color convert

RGB 203 231 88 -
CMYK 0.12 0 0.62 0.09
HSL 71.75º 0.75% 0.63% -
HSV(B) 71.75º 0.62% 0.91% -
XYZ 54.97 70.55 19.95 -
YUV 206.33 61.22 125.63 -
System Red Green Blue C M Y K H S L
Decimal 203 231 88 0.12 0 0.62 0.09 71.75 0.75 0.63
Hex CB E7 58 C 0 3E 9 48 4B 3F
Octal 313 347 130 14 0 76 11 110 113 77
Binary 11001011 11100111 1011000 1100 0 111110 1001 1001000 1001011 111111

Color Harmonies of #CBE758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE758

Black with #CBE758

Text Example


Text Example

White with #CBE758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE758; }

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

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

background-color css

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

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

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

border-color css

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

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

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