Html Css Color HEX #C0DC72 Sulu

📋 copy color: '#C0DC72'

red 192 ◦ green 220 ◦ blue 114

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

Shades of Sulu #C0DC72

Tints of Sulu #C0DC72

RGB

 RED value IS 192 (75.39% from 255) = 36.5%

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

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

R = 36.5%
G = 41.83%
B = 21.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#C0DC72 (or 0xC0DC72) is known color: Sulu. HEX triplet: C0, DC and 72. RGB value is (192,220,114). Sum of RGB (Red+Green+Blue) = 192+220+114=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DC72 is #3F238D. Grayscale: #C7C7C7. Windows color (decimal): -4137870 or 7527616. OLE color: 7527616.

HSL color Cylindrical-coordinate representation of color #C0DC72: hue angle of 75.85º 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 #C0DC72 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 220 114 -
CMYK 0.13 0 0.48 0.14
HSL 75.85º 0.6% 0.65% -
HSV(B) 75.85º 0.48% 0.86% -
XYZ 50.37 63.61 25.54 -
YUV 199.54 79.72 122.62 -
System Red Green Blue C M Y K H S L
Decimal 192 220 114 0.13 0 0.48 0.14 75.85 0.6 0.65
Hex C0 DC 72 D 0 30 E 4C 3C 41
Octal 300 334 162 15 0 60 16 114 74 101
Binary 11000000 11011100 1110010 1101 0 110000 1110 1001100 111100 1000001

Color Harmonies of #C0DC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DC72

Black with #C0DC72

Text Example


Text Example

White with #C0DC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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