Html Css Color HEX #C2DF75 Sulu

📋 copy color: '#C2DF75'

red 194 ◦ green 223 ◦ blue 117

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

Shades of Sulu #C2DF75

Tints of Sulu #C2DF75

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.76%

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

R = 36.33%
G = 41.76%
B = 21.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#C2DF75 (or 0xC2DF75) is known color: Sulu. HEX triplet: C2, DF and 75. RGB value is (194,223,117). Sum of RGB (Red+Green+Blue) = 194+223+117=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DF75 is #3D208A. Grayscale: #CACACA. Windows color (decimal): -4006027 or 7724994. OLE color: 7724994.

HSL color Cylindrical-coordinate representation of color #C2DF75: hue angle of 76.42º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2DF75 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 223 117 -
CMYK 0.13 0 0.48 0.13
HSL 76.42º 0.62% 0.67% -
HSV(B) 76.42º 0.48% 0.87% -
XYZ 51.85 65.53 26.75 -
YUV 202.25 79.89 122.12 -
System Red Green Blue C M Y K H S L
Decimal 194 223 117 0.13 0 0.48 0.13 76.42 0.62 0.67
Hex C2 DF 75 D 0 30 D 4C 3E 43
Octal 302 337 165 15 0 60 15 114 76 103
Binary 11000010 11011111 1110101 1101 0 110000 1101 1001100 111110 1000011

Color Harmonies of #C2DF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DF75

Black with #C2DF75

Text Example


Text Example

White with #C2DF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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