Html Css Color HEX #C2DD75 Sulu

📋 copy color: '#C2DD75'

red 194 ◦ green 221 ◦ blue 117

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

Shades of Sulu #C2DD75

Tints of Sulu #C2DD75

RGB

 RED value IS 194 (76.17% from 255) = 36.47%

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

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

R = 36.47%
G = 41.54%
B = 21.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#C2DD75 (or 0xC2DD75) is known color: Sulu. HEX triplet: C2, DD and 75. RGB value is (194,221,117). Sum of RGB (Red+Green+Blue) = 194+221+117=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DD75 is #3D228A. Grayscale: #C9C9C9. Windows color (decimal): -4006539 or 7724482. OLE color: 7724482.

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

Color convert

RGB 194 221 117 -
CMYK 0.12 0 0.47 0.13
HSL 75.58º 0.6% 0.66% -
HSV(B) 75.58º 0.47% 0.87% -
XYZ 51.32 64.47 26.57 -
YUV 201.07 80.55 122.96 -
System Red Green Blue C M Y K H S L
Decimal 194 221 117 0.12 0 0.47 0.13 75.58 0.6 0.66
Hex C2 DD 75 C 0 2F D 4C 3C 42
Octal 302 335 165 14 0 57 15 114 74 102
Binary 11000010 11011101 1110101 1100 0 101111 1101 1001100 111100 1000010

Color Harmonies of #C2DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DD75

Black with #C2DD75

Text Example


Text Example

White with #C2DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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