Html Css Color HEX #C5DF75 Sulu

📋 copy color: '#C5DF75'

red 197 ◦ green 223 ◦ blue 117

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

Shades of Sulu #C5DF75

Tints of Sulu #C5DF75

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.53%

 BLUE value IS 117 (46.09% from 255) = 21.79%

R = 36.69%
G = 41.53%
B = 21.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#C5DF75 (or 0xC5DF75) is known color: Sulu. HEX triplet: C5, DF and 75. RGB value is (197,223,117). Sum of RGB (Red+Green+Blue) = 197+223+117=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DF75 is #3A208A. Grayscale: #CBCBCB. Windows color (decimal): -3809419 or 7724997. OLE color: 7724997.

HSL color Cylindrical-coordinate representation of color #C5DF75: hue angle of 74.72º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5DF75 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 223 117 -
CMYK 0.12 0 0.48 0.13
HSL 74.72º 0.62% 0.67% -
HSV(B) 74.72º 0.48% 0.87% -
XYZ 52.62 65.93 26.78 -
YUV 203.14 79.39 123.62 -
System Red Green Blue C M Y K H S L
Decimal 197 223 117 0.12 0 0.48 0.13 74.72 0.62 0.67
Hex C5 DF 75 C 0 30 D 4B 3E 43
Octal 305 337 165 14 0 60 15 113 76 103
Binary 11000101 11011111 1110101 1100 0 110000 1101 1001011 111110 1000011

Color Harmonies of #C5DF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DF75

Black with #C5DF75

Text Example


Text Example

White with #C5DF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DF75; }

 p { color: rgb(197,223,117); }

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

background-color css

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

 a { background-color: rgb(197,223,117); }

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

border-color css

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

 span { border-color: rgb(197,223,117); }

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