Html Css Color HEX #CBE96F Mindaro

📋 copy color: '#CBE96F'

red 203 ◦ green 233 ◦ blue 111

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

Shades of Mindaro #CBE96F

Tints of Mindaro #CBE96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.29%

R = 37.11%
G = 42.6%
B = 20.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#CBE96F (or 0xCBE96F) is known color: Mindaro. HEX triplet: CB, E9 and 6F. RGB value is (203,233,111). Sum of RGB (Red+Green+Blue) = 203+233+111=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE96F is #341690. Grayscale: #D2D2D2. Windows color (decimal): -3413649 or 7334347. OLE color: 7334347.

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

Color convert

RGB 203 233 111 -
CMYK 0.13 0 0.52 0.09
HSL 74.75º 0.73% 0.67% -
HSV(B) 74.75º 0.52% 0.91% -
XYZ 56.64 72.12 25.97 -
YUV 210.12 72.06 122.92 -
System Red Green Blue C M Y K H S L
Decimal 203 233 111 0.13 0 0.52 0.09 74.75 0.73 0.67
Hex CB E9 6F D 0 34 9 4B 49 43
Octal 313 351 157 15 0 64 11 113 111 103
Binary 11001011 11101001 1101111 1101 0 110100 1001 1001011 1001001 1000011

Color Harmonies of #CBE96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE96F

Black with #CBE96F

Text Example


Text Example

White with #CBE96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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