Html Css Color HEX #C1EA84 Sulu

📋 copy color: '#C1EA84'

red 193 ◦ green 234 ◦ blue 132

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

Shades of Sulu #C1EA84

Tints of Sulu #C1EA84

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.86%

 BLUE value IS 132 (51.95% from 255) = 23.61%

R = 34.53%
G = 41.86%
B = 23.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#C1EA84 (or 0xC1EA84) is known color: Sulu. HEX triplet: C1, EA and 84. RGB value is (193,234,132). Sum of RGB (Red+Green+Blue) = 193+234+132=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1EA84 is #3E157B. Grayscale: #D2D2D2. Windows color (decimal): -4068732 or 8710849. OLE color: 8710849.

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

Color convert

RGB 193 234 132 -
CMYK 0.18 0 0.44 0.08
HSL 84.12º 0.71% 0.72% -
HSV(B) 84.12º 0.44% 0.92% -
XYZ 55.58 71.85 32.77 -
YUV 210.11 83.92 115.79 -
System Red Green Blue C M Y K H S L
Decimal 193 234 132 0.18 0 0.44 0.08 84.12 0.71 0.72
Hex C1 EA 84 12 0 2C 8 54 47 48
Octal 301 352 204 22 0 54 10 124 107 110
Binary 11000001 11101010 10000100 10010 0 101100 1000 1010100 1000111 1001000

Color Harmonies of #C1EA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EA84

Black with #C1EA84

Text Example


Text Example

White with #C1EA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EA84; }

 p { color: rgb(193,234,132); }

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

background-color css

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

 a { background-color: rgb(193,234,132); }

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

border-color css

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

 span { border-color: rgb(193,234,132); }

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