Html Css Color HEX #C5DA71 Sulu

📋 copy color: '#C5DA71'

red 197 ◦ green 218 ◦ blue 113

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

Shades of Sulu #C5DA71

Tints of Sulu #C5DA71

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.29%

 BLUE value IS 113 (44.53% from 255) = 21.4%

R = 37.31%
G = 41.29%
B = 21.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#C5DA71 (or 0xC5DA71) is known color: Sulu. HEX triplet: C5, DA and 71. RGB value is (197,218,113). Sum of RGB (Red+Green+Blue) = 197+218+113=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DA71 is #3A258E. Grayscale: #C8C8C8. Windows color (decimal): -3810703 or 7461573. OLE color: 7461573.

HSL color Cylindrical-coordinate representation of color #C5DA71: hue angle of 72º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5DA71 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 218 113 -
CMYK 0.10 0 0.48 0.15
HSL 72º 0.59% 0.65% -
HSV(B) 72º 0.48% 0.85% -
XYZ 51.08 63.21 25.13 -
YUV 199.75 79.04 126.04 -
System Red Green Blue C M Y K H S L
Decimal 197 218 113 0.10 0 0.48 0.15 72 0.59 0.65
Hex C5 DA 71 A 0 30 F 48 3B 41
Octal 305 332 161 12 0 60 17 110 73 101
Binary 11000101 11011010 1110001 1010 0 110000 1111 1001000 111011 1000001

Color Harmonies of #C5DA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DA71

Black with #C5DA71

Text Example


Text Example

White with #C5DA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DA71; }

 p { color: rgb(197,218,113); }

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

background-color css

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

 a { background-color: rgb(197,218,113); }

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

border-color css

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

 span { border-color: rgb(197,218,113); }

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