Html Css Color HEX #CBE560 Mindaro

📋 copy color: '#CBE560'

red 203 ◦ green 229 ◦ blue 96

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

Shades of Mindaro #CBE560

Tints of Mindaro #CBE560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.18%

R = 38.45%
G = 43.37%
B = 18.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#CBE560 (or 0xCBE560) is known color: Mindaro. HEX triplet: CB, E5 and 60. RGB value is (203,229,96). Sum of RGB (Red+Green+Blue) = 203+229+96=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE560 is #341A9F. Grayscale: #CECECE. Windows color (decimal): -3414688 or 6350283. OLE color: 6350283.

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

Color convert

RGB 203 229 96 -
CMYK 0.11 0 0.58 0.10
HSL 71.73º 0.72% 0.64% -
HSV(B) 71.73º 0.58% 0.9% -
XYZ 54.76 69.58 21.61 -
YUV 206.06 65.89 125.81 -
System Red Green Blue C M Y K H S L
Decimal 203 229 96 0.11 0 0.58 0.10 71.73 0.72 0.64
Hex CB E5 60 B 0 3A A 48 48 40
Octal 313 345 140 13 0 72 12 110 110 100
Binary 11001011 11100101 1100000 1011 0 111010 1010 1001000 1001000 1000000

Color Harmonies of #CBE560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE560

Black with #CBE560

Text Example


Text Example

White with #CBE560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE560; }

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

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

background-color css

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

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

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

border-color css

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

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

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