Html Css Color HEX #CBE96E Mindaro

📋 copy color: '#CBE96E'

red 203 ◦ green 233 ◦ blue 110

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

Shades of Mindaro #CBE96E

Tints of Mindaro #CBE96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.15%

R = 37.18%
G = 42.67%
B = 20.15%

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

#CBE96E (or 0xCBE96E) is known color: Mindaro. HEX triplet: CB, E9 and 6E. RGB value is (203,233,110). Sum of RGB (Red+Green+Blue) = 203+233+110=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 110 (43.36% from 255 or 20.15% from 546); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE96E is #341691. Grayscale: #D2D2D2. Windows color (decimal): -3413650 or 7268811. OLE color: 7268811.

HSL color Cylindrical-coordinate representation of color #CBE96E: hue angle of 74.63º 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 #CBE96E is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 233 110 -
CMYK 0.13 0 0.53 0.09
HSL 74.63º 0.74% 0.67% -
HSV(B) 74.63º 0.53% 0.91% -
XYZ 56.58 72.1 25.69 -
YUV 210.01 71.56 123 -
System Red Green Blue C M Y K H S L
Decimal 203 233 110 0.13 0 0.53 0.09 74.63 0.74 0.67
Hex CB E9 6E D 0 35 9 4B 4A 43
Octal 313 351 156 15 0 65 11 113 112 103
Binary 11001011 11101001 1101110 1101 0 110101 1001 1001011 1001010 1000011

Color Harmonies of #CBE96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE96E

Black with #CBE96E

Text Example


Text Example

White with #CBE96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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