Html Css Color HEX #C5DD71 Sulu

📋 copy color: '#C5DD71'

red 197 ◦ green 221 ◦ blue 113

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

Shades of Sulu #C5DD71

Tints of Sulu #C5DD71

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.62%

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

R = 37.1%
G = 41.62%
B = 21.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#C5DD71 (or 0xC5DD71) is known color: Sulu. HEX triplet: C5, DD and 71. RGB value is (197,221,113). Sum of RGB (Red+Green+Blue) = 197+221+113=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DD71 is #3A228E. Grayscale: #C9C9C9. Windows color (decimal): -3809935 or 7462341. OLE color: 7462341.

HSL color Cylindrical-coordinate representation of color #C5DD71: hue angle of 73.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5DD71 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 221 113 -
CMYK 0.11 0 0.49 0.13
HSL 73.33º 0.61% 0.65% -
HSV(B) 73.33º 0.49% 0.87% -
XYZ 51.86 64.78 25.39 -
YUV 201.51 78.05 124.78 -
System Red Green Blue C M Y K H S L
Decimal 197 221 113 0.11 0 0.49 0.13 73.33 0.61 0.65
Hex C5 DD 71 B 0 31 D 49 3D 41
Octal 305 335 161 13 0 61 15 111 75 101
Binary 11000101 11011101 1110001 1011 0 110001 1101 1001001 111101 1000001

Color Harmonies of #C5DD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DD71

Black with #C5DD71

Text Example


Text Example

White with #C5DD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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