Html Css Color HEX #C5DC94 Sulu

📋 copy color: '#C5DC94'

red 197 ◦ green 220 ◦ blue 148

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

Shades of Sulu #C5DC94

Tints of Sulu #C5DC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.19%

R = 34.87%
G = 38.94%
B = 26.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#C5DC94 (or 0xC5DC94) is known color: Sulu. HEX triplet: C5, DC and 94. RGB value is (197,220,148). Sum of RGB (Red+Green+Blue) = 197+220+148=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DC94 is #3A236B. Grayscale: #CDCDCD. Windows color (decimal): -3810156 or 9755845. OLE color: 9755845.

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

Color convert

RGB 197 220 148 -
CMYK 0.10 0 0.33 0.14
HSL 79.17º 0.51% 0.72% -
HSV(B) 79.17º 0.33% 0.86% -
XYZ 53.96 65.19 37.76 -
YUV 204.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 197 220 148 0.10 0 0.33 0.14 79.17 0.51 0.72
Hex C5 DC 94 A 0 21 E 4F 33 48
Octal 305 334 224 12 0 41 16 117 63 110
Binary 11000101 11011100 10010100 1010 0 100001 1110 1001111 110011 1001000

Color Harmonies of #C5DC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DC94

Black with #C5DC94

Text Example


Text Example

White with #C5DC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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