Html Css Color HEX #C1DC7C Sulu

📋 copy color: '#C1DC7C'

red 193 ◦ green 220 ◦ blue 124

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

Shades of Sulu #C1DC7C

Tints of Sulu #C1DC7C

RGB

 RED value IS 193 (75.78% from 255) = 35.94%

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

 BLUE value IS 124 (48.83% from 255) = 23.09%

R = 35.94%
G = 40.97%
B = 23.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#C1DC7C (or 0xC1DC7C) is known color: Sulu. HEX triplet: C1, DC and 7C. RGB value is (193,220,124). Sum of RGB (Red+Green+Blue) = 193+220+124=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DC7C is #3E2383. Grayscale: #C9C9C9. Windows color (decimal): -4072324 or 8182977. OLE color: 8182977.

HSL color Cylindrical-coordinate representation of color #C1DC7C: hue angle of 76.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1DC7C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 220 124 -
CMYK 0.12 0 0.44 0.14
HSL 76.88º 0.58% 0.67% -
HSV(B) 76.88º 0.44% 0.86% -
XYZ 51.22 63.98 28.72 -
YUV 200.98 84.55 122.31 -
System Red Green Blue C M Y K H S L
Decimal 193 220 124 0.12 0 0.44 0.14 76.88 0.58 0.67
Hex C1 DC 7C C 0 2C E 4D 3A 43
Octal 301 334 174 14 0 54 16 115 72 103
Binary 11000001 11011100 1111100 1100 0 101100 1110 1001101 111010 1000011

Color Harmonies of #C1DC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DC7C

Black with #C1DC7C

Text Example


Text Example

White with #C1DC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DC7C; }

 p { color: rgb(193,220,124); }

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

background-color css

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

 a { background-color: rgb(193,220,124); }

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

border-color css

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

 span { border-color: rgb(193,220,124); }

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