Html Css Color HEX #C1DF75 Sulu

📋 copy color: '#C1DF75'

red 193 ◦ green 223 ◦ blue 117

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

Shades of Sulu #C1DF75

Tints of Sulu #C1DF75

RGB

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

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

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

R = 36.21%
G = 41.84%
B = 21.95%

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

#C1DF75 (or 0xC1DF75) is known color: Sulu. HEX triplet: C1, DF and 75. RGB value is (193,223,117). Sum of RGB (Red+Green+Blue) = 193+223+117=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DF75 is #3E208A. Grayscale: #CACACA. Windows color (decimal): -4071563 or 7724993. OLE color: 7724993.

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

Color convert

RGB 193 223 117 -
CMYK 0.13 0 0.48 0.13
HSL 76.98º 0.62% 0.67% -
HSV(B) 76.98º 0.48% 0.87% -
XYZ 51.59 65.4 26.73 -
YUV 201.95 80.06 121.62 -
System Red Green Blue C M Y K H S L
Decimal 193 223 117 0.13 0 0.48 0.13 76.98 0.62 0.67
Hex C1 DF 75 D 0 30 D 4D 3E 43
Octal 301 337 165 15 0 60 15 115 76 103
Binary 11000001 11011111 1110101 1101 0 110000 1101 1001101 111110 1000011

Color Harmonies of #C1DF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DF75

Black with #C1DF75

Text Example


Text Example

White with #C1DF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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