Html Css Color HEX #CBE35B Mindaro

📋 copy color: '#CBE35B'

red 203 ◦ green 227 ◦ blue 91

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

Shades of Mindaro #CBE35B

Tints of Mindaro #CBE35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.47%

R = 38.96%
G = 43.57%
B = 17.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#CBE35B (or 0xCBE35B) is known color: Mindaro. HEX triplet: CB, E3 and 5B. RGB value is (203,227,91). Sum of RGB (Red+Green+Blue) = 203+227+91=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE35B is #341CA4. Grayscale: #CCCCCC. Windows color (decimal): -3415205 or 6022091. OLE color: 6022091.

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

Color convert

RGB 203 227 91 -
CMYK 0.11 0 0.60 0.11
HSL 70.59º 0.71% 0.62% -
HSV(B) 70.59º 0.6% 0.89% -
XYZ 53.99 68.39 20.25 -
YUV 204.32 64.05 127.06 -
System Red Green Blue C M Y K H S L
Decimal 203 227 91 0.11 0 0.60 0.11 70.59 0.71 0.62
Hex CB E3 5B B 0 3C B 47 47 3E
Octal 313 343 133 13 0 74 13 107 107 76
Binary 11001011 11100011 1011011 1011 0 111100 1011 1000111 1000111 111110

Color Harmonies of #CBE35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE35B

Black with #CBE35B

Text Example


Text Example

White with #CBE35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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