Html Css Color HEX #C5DC8A Sulu

📋 copy color: '#C5DC8A'

red 197 ◦ green 220 ◦ blue 138

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

Shades of Sulu #C5DC8A

Tints of Sulu #C5DC8A

RGB

 RED value IS 197 (77.34% from 255) = 35.5%

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

 BLUE value IS 138 (54.3% from 255) = 24.86%

R = 35.5%
G = 39.64%
B = 24.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#C5DC8A (or 0xC5DC8A) is known color: Sulu. HEX triplet: C5, DC and 8A. RGB value is (197,220,138). Sum of RGB (Red+Green+Blue) = 197+220+138=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DC8A is #3A2375. Grayscale: #CCCCCC. Windows color (decimal): -3810166 or 9100485. OLE color: 9100485.

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

Color convert

RGB 197 220 138 -
CMYK 0.10 0 0.37 0.14
HSL 76.83º 0.54% 0.7% -
HSV(B) 76.83º 0.37% 0.86% -
XYZ 53.21 64.89 33.77 -
YUV 203.78 90.88 123.17 -
System Red Green Blue C M Y K H S L
Decimal 197 220 138 0.10 0 0.37 0.14 76.83 0.54 0.7
Hex C5 DC 8A A 0 25 E 4D 36 46
Octal 305 334 212 12 0 45 16 115 66 106
Binary 11000101 11011100 10001010 1010 0 100101 1110 1001101 110110 1000110

Color Harmonies of #C5DC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DC8A

Black with #C5DC8A

Text Example


Text Example

White with #C5DC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DC8A; }

 p { color: rgb(197,220,138); }

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

background-color css

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

 a { background-color: rgb(197,220,138); }

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

border-color css

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

 span { border-color: rgb(197,220,138); }

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