Html Css Color HEX #CBE96B Mindaro

📋 copy color: '#CBE96B'

red 203 ◦ green 233 ◦ blue 107

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

Shades of Mindaro #CBE96B

Tints of Mindaro #CBE96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.71%

R = 37.38%
G = 42.91%
B = 19.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#CBE96B (or 0xCBE96B) is known color: Mindaro. HEX triplet: CB, E9 and 6B. RGB value is (203,233,107). Sum of RGB (Red+Green+Blue) = 203+233+107=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE96B is #341694. Grayscale: #D2D2D2. Windows color (decimal): -3413653 or 7072203. OLE color: 7072203.

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

Color convert

RGB 203 233 107 -
CMYK 0.13 0 0.54 0.09
HSL 74.29º 0.74% 0.67% -
HSV(B) 74.29º 0.54% 0.91% -
XYZ 56.42 72.04 24.84 -
YUV 209.67 70.06 123.25 -
System Red Green Blue C M Y K H S L
Decimal 203 233 107 0.13 0 0.54 0.09 74.29 0.74 0.67
Hex CB E9 6B D 0 36 9 4A 4A 43
Octal 313 351 153 15 0 66 11 112 112 103
Binary 11001011 11101001 1101011 1101 0 110110 1001 1001010 1001010 1000011

Color Harmonies of #CBE96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE96B

Black with #CBE96B

Text Example


Text Example

White with #CBE96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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