Html Css Color HEX #C7DC8C Sulu

📋 copy color: '#C7DC8C'

red 199 ◦ green 220 ◦ blue 140

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

Shades of Sulu #C7DC8C

Tints of Sulu #C7DC8C

RGB

 RED value IS 199 (78.13% from 255) = 35.6%

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

 BLUE value IS 140 (55.08% from 255) = 25.04%

R = 35.6%
G = 39.36%
B = 25.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#C7DC8C (or 0xC7DC8C) is known color: Sulu. HEX triplet: C7, DC and 8C. RGB value is (199,220,140). Sum of RGB (Red+Green+Blue) = 199+220+140=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DC8C is #382373. Grayscale: #CCCCCC. Windows color (decimal): -3679092 or 9231559. OLE color: 9231559.

HSL color Cylindrical-coordinate representation of color #C7DC8C: hue angle of 75.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7DC8C is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 220 140 -
CMYK 0.10 0 0.36 0.14
HSL 75.75º 0.53% 0.71% -
HSV(B) 75.75º 0.36% 0.86% -
XYZ 53.88 65.22 34.56 -
YUV 204.6 91.54 124 -
System Red Green Blue C M Y K H S L
Decimal 199 220 140 0.10 0 0.36 0.14 75.75 0.53 0.71
Hex C7 DC 8C A 0 24 E 4C 35 47
Octal 307 334 214 12 0 44 16 114 65 107
Binary 11000111 11011100 10001100 1010 0 100100 1110 1001100 110101 1000111

Color Harmonies of #C7DC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DC8C

Black with #C7DC8C

Text Example


Text Example

White with #C7DC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DC8C; }

 p { color: rgb(199,220,140); }

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

background-color css

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

 a { background-color: rgb(199,220,140); }

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

border-color css

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

 span { border-color: rgb(199,220,140); }

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