Html Css Color HEX #CBDD76 Mindaro

📋 copy color: '#CBDD76'

red 203 ◦ green 221 ◦ blue 118

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

Shades of Mindaro #CBDD76

Tints of Mindaro #CBDD76

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.77%

 BLUE value IS 118 (46.48% from 255) = 21.77%

R = 37.45%
G = 40.77%
B = 21.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#CBDD76 (or 0xCBDD76) is known color: Mindaro. HEX triplet: CB, DD and 76. RGB value is (203,221,118). Sum of RGB (Red+Green+Blue) = 203+221+118=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD76 is #342289. Grayscale: #CCCCCC. Windows color (decimal): -3416714 or 7790027. OLE color: 7790027.

HSL color Cylindrical-coordinate representation of color #CBDD76: hue angle of 70.49º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBDD76 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 221 118 -
CMYK 0.08 0 0.47 0.13
HSL 70.49º 0.6% 0.66% -
HSV(B) 70.49º 0.47% 0.87% -
XYZ 53.76 65.72 26.99 -
YUV 203.88 79.54 127.38 -
System Red Green Blue C M Y K H S L
Decimal 203 221 118 0.08 0 0.47 0.13 70.49 0.6 0.66
Hex CB DD 76 8 0 2F D 46 3C 42
Octal 313 335 166 10 0 57 15 106 74 102
Binary 11001011 11011101 1110110 1000 0 101111 1101 1000110 111100 1000010

Color Harmonies of #CBDD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDD76

Black with #CBDD76

Text Example


Text Example

White with #CBDD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDD76; }

 p { color: rgb(203,221,118); }

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

background-color css

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

 a { background-color: rgb(203,221,118); }

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

border-color css

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

 span { border-color: rgb(203,221,118); }

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