Html Css Color HEX #C6DC71 Sulu

📋 copy color: '#C6DC71'

red 198 ◦ green 220 ◦ blue 113

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

Shades of Sulu #C6DC71

Tints of Sulu #C6DC71

RGB

 RED value IS 198 (77.73% from 255) = 37.29%

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

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

R = 37.29%
G = 41.43%
B = 21.28%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#C6DC71 (or 0xC6DC71) is known color: Sulu. HEX triplet: C6, DC and 71. RGB value is (198,220,113). Sum of RGB (Red+Green+Blue) = 198+220+113=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DC71 is #39238E. Grayscale: #C9C9C9. Windows color (decimal): -3744655 or 7462086. OLE color: 7462086.

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

Color convert

RGB 198 220 113 -
CMYK 0.1 0 0.49 0.14
HSL 72.34º 0.6% 0.65% -
HSV(B) 72.34º 0.49% 0.86% -
XYZ 51.86 64.38 25.32 -
YUV 201.22 78.21 125.7 -
System Red Green Blue C M Y K H S L
Decimal 198 220 113 0.1 0 0.49 0.14 72.34 0.6 0.65
Hex C6 DC 71 A 0 31 E 48 3C 41
Octal 306 334 161 12 0 61 16 110 74 101
Binary 11000110 11011100 1110001 1010 0 110001 1110 1001000 111100 1000001

Color Harmonies of #C6DC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DC71

Black with #C6DC71

Text Example


Text Example

White with #C6DC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DC71; }

 p { color: rgb(198,220,113); }

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

background-color css

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

 a { background-color: rgb(198,220,113); }

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

border-color css

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

 span { border-color: rgb(198,220,113); }

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