Html Css Color HEX #CBE860 Mindaro

📋 copy color: '#CBE860'

red 203 ◦ green 232 ◦ blue 96

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

Shades of Mindaro #CBE860

Tints of Mindaro #CBE860

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.69%

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

R = 38.23%
G = 43.69%
B = 18.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#CBE860 (or 0xCBE860) is known color: Mindaro. HEX triplet: CB, E8 and 60. RGB value is (203,232,96). Sum of RGB (Red+Green+Blue) = 203+232+96=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE860 is #34179F. Grayscale: #D0D0D0. Windows color (decimal): -3413920 or 6351051. OLE color: 6351051.

HSL color Cylindrical-coordinate representation of color #CBE860: hue angle of 72.79º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBE860 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 232 96 -
CMYK 0.12 0 0.59 0.09
HSL 72.79º 0.75% 0.64% -
HSV(B) 72.79º 0.59% 0.91% -
XYZ 55.6 71.25 21.89 -
YUV 207.83 64.89 124.56 -
System Red Green Blue C M Y K H S L
Decimal 203 232 96 0.12 0 0.59 0.09 72.79 0.75 0.64
Hex CB E8 60 C 0 3B 9 49 4B 40
Octal 313 350 140 14 0 73 11 111 113 100
Binary 11001011 11101000 1100000 1100 0 111011 1001 1001001 1001011 1000000

Color Harmonies of #CBE860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE860

Black with #CBE860

Text Example


Text Example

White with #CBE860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE860; }

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

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

background-color css

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

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

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

border-color css

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

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

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