Html Css Color HEX #C1DF73 Sulu

📋 copy color: '#C1DF73'

red 193 ◦ green 223 ◦ blue 115

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

Shades of Sulu #C1DF73

Tints of Sulu #C1DF73

RGB

 RED value IS 193 (75.78% from 255) = 36.35%

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

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

R = 36.35%
G = 42%
B = 21.66%

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

#C1DF73 (or 0xC1DF73) is known color: Sulu. HEX triplet: C1, DF and 73. RGB value is (193,223,115). Sum of RGB (Red+Green+Blue) = 193+223+115=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DF73 is #3E208C. Grayscale: #CACACA. Windows color (decimal): -4071565 or 7593921. OLE color: 7593921.

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

Color convert

RGB 193 223 115 -
CMYK 0.13 0 0.48 0.13
HSL 76.67º 0.63% 0.66% -
HSV(B) 76.67º 0.48% 0.87% -
XYZ 51.47 65.35 26.12 -
YUV 201.72 79.06 121.78 -
System Red Green Blue C M Y K H S L
Decimal 193 223 115 0.13 0 0.48 0.13 76.67 0.63 0.66
Hex C1 DF 73 D 0 30 D 4D 3F 42
Octal 301 337 163 15 0 60 15 115 77 102
Binary 11000001 11011111 1110011 1101 0 110000 1101 1001101 111111 1000010

Color Harmonies of #C1DF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DF73

Black with #C1DF73

Text Example


Text Example

White with #C1DF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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