Html Css Color HEX #C1EC85 Sulu

📋 copy color: '#C1EC85'

red 193 ◦ green 236 ◦ blue 133

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

Shades of Sulu #C1EC85

Tints of Sulu #C1EC85

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.99%

 BLUE value IS 133 (52.34% from 255) = 23.67%

R = 34.34%
G = 41.99%
B = 23.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#C1EC85 (or 0xC1EC85) is known color: Sulu. HEX triplet: C1, EC and 85. RGB value is (193,236,133). Sum of RGB (Red+Green+Blue) = 193+236+133=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1EC85 is #3E137A. Grayscale: #D3D3D3. Windows color (decimal): -4068219 or 8776897. OLE color: 8776897.

HSL color Cylindrical-coordinate representation of color #C1EC85: hue angle of 85.05º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1EC85 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 236 133 -
CMYK 0.18 0 0.44 0.07
HSL 85.05º 0.73% 0.72% -
HSV(B) 85.05º 0.44% 0.93% -
XYZ 56.22 73.02 33.32 -
YUV 211.4 83.75 114.88 -
System Red Green Blue C M Y K H S L
Decimal 193 236 133 0.18 0 0.44 0.07 85.05 0.73 0.72
Hex C1 EC 85 12 0 2C 7 55 49 48
Octal 301 354 205 22 0 54 7 125 111 110
Binary 11000001 11101100 10000101 10010 0 101100 111 1010101 1001001 1001000

Color Harmonies of #C1EC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EC85

Black with #C1EC85

Text Example


Text Example

White with #C1EC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EC85; }

 p { color: rgb(193,236,133); }

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

background-color css

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

 a { background-color: rgb(193,236,133); }

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

border-color css

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

 span { border-color: rgb(193,236,133); }

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