Html Css Color HEX #C0D971 Sulu

📋 copy color: '#C0D971'

red 192 ◦ green 217 ◦ blue 113

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

Shades of Sulu #C0D971

Tints of Sulu #C0D971

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.57%

 BLUE value IS 113 (44.53% from 255) = 21.65%

R = 36.78%
G = 41.57%
B = 21.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#C0D971 (or 0xC0D971) is known color: Sulu. HEX triplet: C0, D9 and 71. RGB value is (192,217,113). Sum of RGB (Red+Green+Blue) = 192+217+113=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D971 is #3F268E. Grayscale: #C6C6C6. Windows color (decimal): -4138639 or 7461312. OLE color: 7461312.

HSL color Cylindrical-coordinate representation of color #C0D971: hue angle of 74.42º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0D971 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 217 113 -
CMYK 0.12 0 0.48 0.15
HSL 74.42º 0.58% 0.65% -
HSV(B) 74.42º 0.48% 0.85% -
XYZ 49.53 62.02 24.98 -
YUV 197.67 80.22 123.96 -
System Red Green Blue C M Y K H S L
Decimal 192 217 113 0.12 0 0.48 0.15 74.42 0.58 0.65
Hex C0 D9 71 C 0 30 F 4A 3A 41
Octal 300 331 161 14 0 60 17 112 72 101
Binary 11000000 11011001 1110001 1100 0 110000 1111 1001010 111010 1000001

Color Harmonies of #C0D971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D971

Black with #C0D971

Text Example


Text Example

White with #C0D971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D971; }

 p { color: rgb(192,217,113); }

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

background-color css

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

 a { background-color: rgb(192,217,113); }

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

border-color css

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

 span { border-color: rgb(192,217,113); }

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