Html Css Color HEX #CBE96D Mindaro

📋 copy color: '#CBE96D'

red 203 ◦ green 233 ◦ blue 109

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

Shades of Mindaro #CBE96D

Tints of Mindaro #CBE96D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.75%

 BLUE value IS 109 (42.97% from 255) = 20%

R = 37.25%
G = 42.75%
B = 20%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#CBE96D (or 0xCBE96D) is known color: Mindaro. HEX triplet: CB, E9 and 6D. RGB value is (203,233,109). Sum of RGB (Red+Green+Blue) = 203+233+109=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE96D is #341692. Grayscale: #D2D2D2. Windows color (decimal): -3413651 or 7203275. OLE color: 7203275.

HSL color Cylindrical-coordinate representation of color #CBE96D: hue angle of 74.52º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBE96D is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 233 109 -
CMYK 0.13 0 0.53 0.09
HSL 74.52º 0.74% 0.67% -
HSV(B) 74.52º 0.53% 0.91% -
XYZ 56.53 72.08 25.4 -
YUV 209.89 71.06 123.08 -
System Red Green Blue C M Y K H S L
Decimal 203 233 109 0.13 0 0.53 0.09 74.52 0.74 0.67
Hex CB E9 6D D 0 35 9 4B 4A 43
Octal 313 351 155 15 0 65 11 113 112 103
Binary 11001011 11101001 1101101 1101 0 110101 1001 1001011 1001010 1000011

Color Harmonies of #CBE96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE96D

Black with #CBE96D

Text Example


Text Example

White with #CBE96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE96D; }

 p { color: rgb(203,233,109); }

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

background-color css

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

 a { background-color: rgb(203,233,109); }

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

border-color css

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

 span { border-color: rgb(203,233,109); }

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