Html Css Color HEX #CBE56A Mindaro

📋 copy color: '#CBE56A'

red 203 ◦ green 229 ◦ blue 106

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

Shades of Mindaro #CBE56A

Tints of Mindaro #CBE56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.7%

R = 37.73%
G = 42.57%
B = 19.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#CBE56A (or 0xCBE56A) is known color: Mindaro. HEX triplet: CB, E5 and 6A. RGB value is (203,229,106). Sum of RGB (Red+Green+Blue) = 203+229+106=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE56A is #341A95. Grayscale: #CFCFCF. Windows color (decimal): -3414678 or 7005643. OLE color: 7005643.

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

Color convert

RGB 203 229 106 -
CMYK 0.11 0 0.54 0.10
HSL 72.68º 0.7% 0.66% -
HSV(B) 72.68º 0.54% 0.9% -
XYZ 55.25 69.78 24.19 -
YUV 207.2 70.89 125 -
System Red Green Blue C M Y K H S L
Decimal 203 229 106 0.11 0 0.54 0.10 72.68 0.7 0.66
Hex CB E5 6A B 0 36 A 49 46 42
Octal 313 345 152 13 0 66 12 111 106 102
Binary 11001011 11100101 1101010 1011 0 110110 1010 1001001 1000110 1000010

Color Harmonies of #CBE56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE56A

Black with #CBE56A

Text Example


Text Example

White with #CBE56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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