Html Css Color HEX #CBE55A Mindaro

📋 copy color: '#CBE55A'

red 203 ◦ green 229 ◦ blue 90

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

Shades of Mindaro #CBE55A

Tints of Mindaro #CBE55A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.87%

 BLUE value IS 90 (35.55% from 255) = 17.24%

R = 38.89%
G = 43.87%
B = 17.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#CBE55A (or 0xCBE55A) is known color: Mindaro. HEX triplet: CB, E5 and 5A. RGB value is (203,229,90). Sum of RGB (Red+Green+Blue) = 203+229+90=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE55A is #341AA5. Grayscale: #CDCDCD. Windows color (decimal): -3414694 or 5957067. OLE color: 5957067.

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

Color convert

RGB 203 229 90 -
CMYK 0.11 0 0.61 0.10
HSL 71.22º 0.73% 0.63% -
HSV(B) 71.22º 0.61% 0.9% -
XYZ 54.49 69.47 20.21 -
YUV 205.38 62.89 126.3 -
System Red Green Blue C M Y K H S L
Decimal 203 229 90 0.11 0 0.61 0.10 71.22 0.73 0.63
Hex CB E5 5A B 0 3D A 47 49 3F
Octal 313 345 132 13 0 75 12 107 111 77
Binary 11001011 11100101 1011010 1011 0 111101 1010 1000111 1001001 111111

Color Harmonies of #CBE55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE55A

Black with #CBE55A

Text Example


Text Example

White with #CBE55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE55A; }

 p { color: rgb(203,229,90); }

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

background-color css

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

 a { background-color: rgb(203,229,90); }

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

border-color css

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

 span { border-color: rgb(203,229,90); }

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