Html Css Color HEX #C6DD75 Sulu

📋 copy color: '#C6DD75'

red 198 ◦ green 221 ◦ blue 117

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

Shades of Sulu #C6DD75

Tints of Sulu #C6DD75

RGB

 RED value IS 198 (77.73% from 255) = 36.94%

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

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

R = 36.94%
G = 41.23%
B = 21.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#C6DD75 (or 0xC6DD75) is known color: Sulu. HEX triplet: C6, DD and 75. RGB value is (198,221,117). Sum of RGB (Red+Green+Blue) = 198+221+117=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DD75 is #39228A. Grayscale: #CACACA. Windows color (decimal): -3744395 or 7724486. OLE color: 7724486.

HSL color Cylindrical-coordinate representation of color #C6DD75: hue angle of 73.27º 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 #C6DD75 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 221 117 -
CMYK 0.10 0 0.47 0.13
HSL 73.27º 0.6% 0.66% -
HSV(B) 73.27º 0.47% 0.87% -
XYZ 52.36 65 26.62 -
YUV 202.27 79.88 124.96 -
System Red Green Blue C M Y K H S L
Decimal 198 221 117 0.10 0 0.47 0.13 73.27 0.6 0.66
Hex C6 DD 75 A 0 2F D 49 3C 42
Octal 306 335 165 12 0 57 15 111 74 102
Binary 11000110 11011101 1110101 1010 0 101111 1101 1001001 111100 1000010

Color Harmonies of #C6DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DD75

Black with #C6DD75

Text Example


Text Example

White with #C6DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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