Html Css Color HEX #CBE358 Mindaro

📋 copy color: '#CBE358'

red 203 ◦ green 227 ◦ blue 88

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

Shades of Mindaro #CBE358

Tints of Mindaro #CBE358

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.82%

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

R = 39.19%
G = 43.82%
B = 16.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#CBE358 (or 0xCBE358) is known color: Mindaro. HEX triplet: CB, E3 and 58. RGB value is (203,227,88). Sum of RGB (Red+Green+Blue) = 203+227+88=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 88 (34.77% from 255 or 16.99% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE358 is #341CA7. Grayscale: #CCCCCC. Windows color (decimal): -3415208 or 5825483. OLE color: 5825483.

HSL color Cylindrical-coordinate representation of color #CBE358: hue angle of 70.36º degrees, saturation: 0.71, 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 #CBE358 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 227 88 -
CMYK 0.11 0 0.61 0.11
HSL 70.36º 0.71% 0.62% -
HSV(B) 70.36º 0.61% 0.89% -
XYZ 53.86 68.34 19.58 -
YUV 203.98 62.55 127.3 -
System Red Green Blue C M Y K H S L
Decimal 203 227 88 0.11 0 0.61 0.11 70.36 0.71 0.62
Hex CB E3 58 B 0 3D B 46 47 3E
Octal 313 343 130 13 0 75 13 106 107 76
Binary 11001011 11100011 1011000 1011 0 111101 1011 1000110 1000111 111110

Color Harmonies of #CBE358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE358

Black with #CBE358

Text Example


Text Example

White with #CBE358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE358; }

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

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

background-color css

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

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

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

border-color css

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

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

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