Html Css Color HEX #CBE357 Mindaro

📋 copy color: '#CBE357'

red 203 ◦ green 227 ◦ blue 87

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

Shades of Mindaro #CBE357

Tints of Mindaro #CBE357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.83%

R = 39.26%
G = 43.91%
B = 16.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#CBE357 (or 0xCBE357) is known color: Mindaro. HEX triplet: CB, E3 and 57. RGB value is (203,227,87). Sum of RGB (Red+Green+Blue) = 203+227+87=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 87 (34.38% from 255 or 16.83% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE357 is #341CA8. Grayscale: #CCCCCC. Windows color (decimal): -3415209 or 5759947. OLE color: 5759947.

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

Color convert

RGB 203 227 87 -
CMYK 0.11 0 0.62 0.11
HSL 70.29º 0.71% 0.62% -
HSV(B) 70.29º 0.62% 0.89% -
XYZ 53.82 68.32 19.37 -
YUV 203.86 62.05 127.38 -
System Red Green Blue C M Y K H S L
Decimal 203 227 87 0.11 0 0.62 0.11 70.29 0.71 0.62
Hex CB E3 57 B 0 3E B 46 47 3E
Octal 313 343 127 13 0 76 13 106 107 76
Binary 11001011 11100011 1010111 1011 0 111110 1011 1000110 1000111 111110

Color Harmonies of #CBE357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE357

Black with #CBE357

Text Example


Text Example

White with #CBE357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE357; }

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

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

background-color css

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

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

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

border-color css

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

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

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