Html Css Color HEX #CBDC72 Mindaro

📋 copy color: '#CBDC72'

red 203 ◦ green 220 ◦ blue 114

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

Shades of Mindaro #CBDC72

Tints of Mindaro #CBDC72

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

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

R = 37.8%
G = 40.97%
B = 21.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#CBDC72 (or 0xCBDC72) is known color: Mindaro. HEX triplet: CB, DC and 72. RGB value is (203,220,114). Sum of RGB (Red+Green+Blue) = 203+220+114=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDC72 is #34238D. Grayscale: #CBCBCB. Windows color (decimal): -3416974 or 7527627. OLE color: 7527627.

HSL color Cylindrical-coordinate representation of color #CBDC72: hue angle of 69.62º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBDC72 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 220 114 -
CMYK 0.08 0 0.48 0.14
HSL 69.62º 0.6% 0.65% -
HSV(B) 69.62º 0.48% 0.86% -
XYZ 53.26 65.1 25.68 -
YUV 202.83 77.87 128.12 -
System Red Green Blue C M Y K H S L
Decimal 203 220 114 0.08 0 0.48 0.14 69.62 0.6 0.65
Hex CB DC 72 8 0 30 E 46 3C 41
Octal 313 334 162 10 0 60 16 106 74 101
Binary 11001011 11011100 1110010 1000 0 110000 1110 1000110 111100 1000001

Color Harmonies of #CBDC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDC72

Black with #CBDC72

Text Example


Text Example

White with #CBDC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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