Html Css Color HEX #C5DF74 Sulu

📋 copy color: '#C5DF74'

red 197 ◦ green 223 ◦ blue 116

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

Shades of Sulu #C5DF74

Tints of Sulu #C5DF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.64%

R = 36.75%
G = 41.6%
B = 21.64%

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

#C5DF74 (or 0xC5DF74) is known color: Sulu. HEX triplet: C5, DF and 74. RGB value is (197,223,116). Sum of RGB (Red+Green+Blue) = 197+223+116=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DF74 is #3A208B. Grayscale: #CBCBCB. Windows color (decimal): -3809420 or 7659461. OLE color: 7659461.

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

Color convert

RGB 197 223 116 -
CMYK 0.12 0 0.48 0.13
HSL 74.58º 0.63% 0.66% -
HSV(B) 74.58º 0.48% 0.87% -
XYZ 52.57 65.91 26.47 -
YUV 203.03 78.89 123.7 -
System Red Green Blue C M Y K H S L
Decimal 197 223 116 0.12 0 0.48 0.13 74.58 0.63 0.66
Hex C5 DF 74 C 0 30 D 4B 3F 42
Octal 305 337 164 14 0 60 15 113 77 102
Binary 11000101 11011111 1110100 1100 0 110000 1101 1001011 111111 1000010

Color Harmonies of #C5DF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DF74

Black with #C5DF74

Text Example


Text Example

White with #C5DF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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