Html Css Color HEX #C2DF73 Sulu

📋 copy color: '#C2DF73'

red 194 ◦ green 223 ◦ blue 115

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

Shades of Sulu #C2DF73

Tints of Sulu #C2DF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.62%

R = 36.47%
G = 41.92%
B = 21.62%

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

#C2DF73 (or 0xC2DF73) is known color: Sulu. HEX triplet: C2, DF and 73. RGB value is (194,223,115). Sum of RGB (Red+Green+Blue) = 194+223+115=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DF73 is #3D208C. Grayscale: #CACACA. Windows color (decimal): -4006029 or 7593922. OLE color: 7593922.

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

Color convert

RGB 194 223 115 -
CMYK 0.13 0 0.48 0.13
HSL 76.11º 0.63% 0.66% -
HSV(B) 76.11º 0.48% 0.87% -
XYZ 51.73 65.48 26.13 -
YUV 202.02 78.89 122.28 -
System Red Green Blue C M Y K H S L
Decimal 194 223 115 0.13 0 0.48 0.13 76.11 0.63 0.66
Hex C2 DF 73 D 0 30 D 4C 3F 42
Octal 302 337 163 15 0 60 15 114 77 102
Binary 11000010 11011111 1110011 1101 0 110000 1101 1001100 111111 1000010

Color Harmonies of #C2DF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DF73

Black with #C2DF73

Text Example


Text Example

White with #C2DF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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