Html Css Color HEX #CBE258 Mindaro

📋 copy color: '#CBE258'

red 203 ◦ green 226 ◦ blue 88

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

Shades of Mindaro #CBE258

Tints of Mindaro #CBE258

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.71%

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

R = 39.26%
G = 43.71%
B = 17.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#CBE258 (or 0xCBE258) is known color: Mindaro. HEX triplet: CB, E2 and 58. RGB value is (203,226,88). Sum of RGB (Red+Green+Blue) = 203+226+88=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 88 (34.77% from 255 or 17.02% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE258 is #341DA7. Grayscale: #CBCBCB. Windows color (decimal): -3415464 or 5825227. OLE color: 5825227.

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

Color convert

RGB 203 226 88 -
CMYK 0.10 0 0.61 0.11
HSL 70º 0.7% 0.62% -
HSV(B) 70º 0.61% 0.89% -
XYZ 53.59 67.79 19.49 -
YUV 203.39 62.88 127.72 -
System Red Green Blue C M Y K H S L
Decimal 203 226 88 0.10 0 0.61 0.11 70 0.7 0.62
Hex CB E2 58 A 0 3D B 46 46 3E
Octal 313 342 130 12 0 75 13 106 106 76
Binary 11001011 11100010 1011000 1010 0 111101 1011 1000110 1000110 111110

Color Harmonies of #CBE258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE258

Black with #CBE258

Text Example


Text Example

White with #CBE258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE258; }

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

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

background-color css

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

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

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

border-color css

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

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

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