Html Css Color HEX #C5D97E Sulu

📋 copy color: '#C5D97E'

red 197 ◦ green 217 ◦ blue 126

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

Shades of Sulu #C5D97E

Tints of Sulu #C5D97E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.19%

 BLUE value IS 126 (49.61% from 255) = 23.33%

R = 36.48%
G = 40.19%
B = 23.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#C5D97E (or 0xC5D97E) is known color: Sulu. HEX triplet: C5, D9 and 7E. RGB value is (197,217,126). Sum of RGB (Red+Green+Blue) = 197+217+126=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D97E is #3A2681. Grayscale: #C8C8C8. Windows color (decimal): -3810946 or 8313285. OLE color: 8313285.

HSL color Cylindrical-coordinate representation of color #C5D97E: hue angle of 73.19º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5D97E is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 217 126 -
CMYK 0.09 0 0.42 0.15
HSL 73.19º 0.54% 0.67% -
HSV(B) 73.19º 0.42% 0.85% -
XYZ 51.6 63 29.18 -
YUV 200.65 85.87 125.4 -
System Red Green Blue C M Y K H S L
Decimal 197 217 126 0.09 0 0.42 0.15 73.19 0.54 0.67
Hex C5 D9 7E 9 0 2A F 49 36 43
Octal 305 331 176 11 0 52 17 111 66 103
Binary 11000101 11011001 1111110 1001 0 101010 1111 1001001 110110 1000011

Color Harmonies of #C5D97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D97E

Black with #C5D97E

Text Example


Text Example

White with #C5D97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D97E; }

 p { color: rgb(197,217,126); }

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

background-color css

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

 a { background-color: rgb(197,217,126); }

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

border-color css

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

 span { border-color: rgb(197,217,126); }

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