Html Css Color HEX #C5DD7F Sulu

📋 copy color: '#C5DD7F'

red 197 ◦ green 221 ◦ blue 127

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

Shades of Sulu #C5DD7F

Tints of Sulu #C5DD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.3%

R = 36.15%
G = 40.55%
B = 23.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#C5DD7F (or 0xC5DD7F) is known color: Sulu. HEX triplet: C5, DD and 7F. RGB value is (197,221,127). Sum of RGB (Red+Green+Blue) = 197+221+127=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DD7F is #3A2280. Grayscale: #CBCBCB. Windows color (decimal): -3809921 or 8379845. OLE color: 8379845.

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

Color convert

RGB 197 221 127 -
CMYK 0.11 0 0.43 0.13
HSL 75.32º 0.58% 0.68% -
HSV(B) 75.32º 0.43% 0.87% -
XYZ 52.71 65.12 29.87 -
YUV 203.11 85.05 123.64 -
System Red Green Blue C M Y K H S L
Decimal 197 221 127 0.11 0 0.43 0.13 75.32 0.58 0.68
Hex C5 DD 7F B 0 2B D 4B 3A 44
Octal 305 335 177 13 0 53 15 113 72 104
Binary 11000101 11011101 1111111 1011 0 101011 1101 1001011 111010 1000100

Color Harmonies of #C5DD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DD7F

Black with #C5DD7F

Text Example


Text Example

White with #C5DD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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