Html Css Color HEX #C5DD75 Sulu

📋 copy color: '#C5DD75'

red 197 ◦ green 221 ◦ blue 117

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

Shades of Sulu #C5DD75

Tints of Sulu #C5DD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.87%

R = 36.82%
G = 41.31%
B = 21.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#C5DD75 (or 0xC5DD75) is known color: Sulu. HEX triplet: C5, DD and 75. RGB value is (197,221,117). Sum of RGB (Red+Green+Blue) = 197+221+117=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DD75 is #3A228A. Grayscale: #CACACA. Windows color (decimal): -3809931 or 7724485. OLE color: 7724485.

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

Color convert

RGB 197 221 117 -
CMYK 0.11 0 0.47 0.13
HSL 73.85º 0.6% 0.66% -
HSV(B) 73.85º 0.47% 0.87% -
XYZ 52.09 64.87 26.6 -
YUV 201.97 80.05 124.46 -
System Red Green Blue C M Y K H S L
Decimal 197 221 117 0.11 0 0.47 0.13 73.85 0.6 0.66
Hex C5 DD 75 B 0 2F D 4A 3C 42
Octal 305 335 165 13 0 57 15 112 74 102
Binary 11000101 11011101 1110101 1011 0 101111 1101 1001010 111100 1000010

Color Harmonies of #C5DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DD75

Black with #C5DD75

Text Example


Text Example

White with #C5DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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