Html Css Color HEX #CBDD72 Mindaro

📋 copy color: '#CBDD72'

red 203 ◦ green 221 ◦ blue 114

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

Shades of Mindaro #CBDD72

Tints of Mindaro #CBDD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.19%

R = 37.73%
G = 41.08%
B = 21.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#CBDD72 (or 0xCBDD72) is known color: Mindaro. HEX triplet: CB, DD and 72. RGB value is (203,221,114). Sum of RGB (Red+Green+Blue) = 203+221+114=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD72 is #34228D. Grayscale: #CBCBCB. Windows color (decimal): -3416718 or 7527883. OLE color: 7527883.

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

Color convert

RGB 203 221 114 -
CMYK 0.08 0 0.48 0.13
HSL 70.09º 0.61% 0.66% -
HSV(B) 70.09º 0.48% 0.87% -
XYZ 53.52 65.62 25.77 -
YUV 203.42 77.54 127.7 -
System Red Green Blue C M Y K H S L
Decimal 203 221 114 0.08 0 0.48 0.13 70.09 0.61 0.66
Hex CB DD 72 8 0 30 D 46 3D 42
Octal 313 335 162 10 0 60 15 106 75 102
Binary 11001011 11011101 1110010 1000 0 110000 1101 1000110 111101 1000010

Color Harmonies of #CBDD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDD72

Black with #CBDD72

Text Example


Text Example

White with #CBDD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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