Html Css Color HEX #CBE45B Mindaro

📋 copy color: '#CBE45B'

red 203 ◦ green 228 ◦ blue 91

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

Shades of Mindaro #CBE45B

Tints of Mindaro #CBE45B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.68%

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

R = 38.89%
G = 43.68%
B = 17.43%

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

#CBE45B (or 0xCBE45B) is known color: Mindaro. HEX triplet: CB, E4 and 5B. RGB value is (203,228,91). Sum of RGB (Red+Green+Blue) = 203+228+91=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE45B is #341BA4. Grayscale: #CDCDCD. Windows color (decimal): -3414949 or 6022347. OLE color: 6022347.

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

Color convert

RGB 203 228 91 -
CMYK 0.11 0 0.60 0.11
HSL 70.95º 0.72% 0.63% -
HSV(B) 70.95º 0.6% 0.89% -
XYZ 54.26 68.94 20.34 -
YUV 204.91 63.72 126.64 -
System Red Green Blue C M Y K H S L
Decimal 203 228 91 0.11 0 0.60 0.11 70.95 0.72 0.63
Hex CB E4 5B B 0 3C B 47 48 3F
Octal 313 344 133 13 0 74 13 107 110 77
Binary 11001011 11100100 1011011 1011 0 111100 1011 1000111 1001000 111111

Color Harmonies of #CBE45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE45B

Black with #CBE45B

Text Example


Text Example

White with #CBE45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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