Html Css Color HEX #C5E97D Sulu

📋 copy color: '#C5E97D'

red 197 ◦ green 233 ◦ blue 125

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

Shades of Sulu #C5E97D

Tints of Sulu #C5E97D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.98%

 BLUE value IS 125 (49.22% from 255) = 22.52%

R = 35.5%
G = 41.98%
B = 22.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#C5E97D (or 0xC5E97D) is known color: Sulu. HEX triplet: C5, E9 and 7D. RGB value is (197,233,125). Sum of RGB (Red+Green+Blue) = 197+233+125=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E97D is #3A1682. Grayscale: #D2D2D2. Windows color (decimal): -3806851 or 8251845. OLE color: 8251845.

HSL color Cylindrical-coordinate representation of color #C5E97D: hue angle of 80º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5E97D is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 233 125 -
CMYK 0.15 0 0.46 0.09
HSL 80º 0.71% 0.7% -
HSV(B) 80º 0.46% 0.91% -
XYZ 55.87 71.63 30.28 -
YUV 209.92 80.07 118.78 -
System Red Green Blue C M Y K H S L
Decimal 197 233 125 0.15 0 0.46 0.09 80 0.71 0.7
Hex C5 E9 7D F 0 2E 9 50 47 46
Octal 305 351 175 17 0 56 11 120 107 106
Binary 11000101 11101001 1111101 1111 0 101110 1001 1010000 1000111 1000110

Color Harmonies of #C5E97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E97D

Black with #C5E97D

Text Example


Text Example

White with #C5E97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E97D; }

 p { color: rgb(197,233,125); }

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

background-color css

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

 a { background-color: rgb(197,233,125); }

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

border-color css

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

 span { border-color: rgb(197,233,125); }

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