Html Css Color HEX #C5DD70 Sulu

📋 copy color: '#C5DD70'

red 197 ◦ green 221 ◦ blue 112

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

Shades of Sulu #C5DD70

Tints of Sulu #C5DD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.13%

R = 37.17%
G = 41.7%
B = 21.13%

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

#C5DD70 (or 0xC5DD70) is known color: Sulu. HEX triplet: C5, DD and 70. RGB value is (197,221,112). Sum of RGB (Red+Green+Blue) = 197+221+112=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DD70 is #3A228F. Grayscale: #C9C9C9. Windows color (decimal): -3809936 or 7396805. OLE color: 7396805.

HSL color Cylindrical-coordinate representation of color #C5DD70: hue angle of 73.21º degrees, saturation: 0.62, 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 #C5DD70 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 221 112 -
CMYK 0.11 0 0.49 0.13
HSL 73.21º 0.62% 0.65% -
HSV(B) 73.21º 0.49% 0.87% -
XYZ 51.81 64.75 25.1 -
YUV 201.4 77.55 124.86 -
System Red Green Blue C M Y K H S L
Decimal 197 221 112 0.11 0 0.49 0.13 73.21 0.62 0.65
Hex C5 DD 70 B 0 31 D 49 3E 41
Octal 305 335 160 13 0 61 15 111 76 101
Binary 11000101 11011101 1110000 1011 0 110001 1101 1001001 111110 1000001

Color Harmonies of #C5DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DD70

Black with #C5DD70

Text Example


Text Example

White with #C5DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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