Html Css Color HEX #C2DE75 Sulu

📋 copy color: '#C2DE75'

red 194 ◦ green 222 ◦ blue 117

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

Shades of Sulu #C2DE75

Tints of Sulu #C2DE75

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.65%

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

R = 36.4%
G = 41.65%
B = 21.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#C2DE75 (or 0xC2DE75) is known color: Sulu. HEX triplet: C2, DE and 75. RGB value is (194,222,117). Sum of RGB (Red+Green+Blue) = 194+222+117=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DE75 is #3D218A. Grayscale: #CACACA. Windows color (decimal): -4006283 or 7724738. OLE color: 7724738.

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

Color convert

RGB 194 222 117 -
CMYK 0.13 0 0.47 0.13
HSL 76º 0.61% 0.66% -
HSV(B) 76º 0.47% 0.87% -
XYZ 51.58 65 26.66 -
YUV 201.66 80.22 122.54 -
System Red Green Blue C M Y K H S L
Decimal 194 222 117 0.13 0 0.47 0.13 76 0.61 0.66
Hex C2 DE 75 D 0 2F D 4C 3D 42
Octal 302 336 165 15 0 57 15 114 75 102
Binary 11000010 11011110 1110101 1101 0 101111 1101 1001100 111101 1000010

Color Harmonies of #C2DE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DE75

Black with #C2DE75

Text Example


Text Example

White with #C2DE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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