Html Css Color HEX #C1E190 Sulu

📋 copy color: '#C1E190'

red 193 ◦ green 225 ◦ blue 144

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

Shades of Sulu #C1E190

Tints of Sulu #C1E190

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.04%

 BLUE value IS 144 (56.64% from 255) = 25.62%

R = 34.34%
G = 40.04%
B = 25.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#C1E190 (or 0xC1E190) is known color: Sulu. HEX triplet: C1, E1 and 90. RGB value is (193,225,144). Sum of RGB (Red+Green+Blue) = 193+225+144=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1E190 is #3E1E6F. Grayscale: #CECECE. Windows color (decimal): -4071024 or 9494977. OLE color: 9494977.

HSL color Cylindrical-coordinate representation of color #C1E190: hue angle of 83.7º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1E190 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 225 144 -
CMYK 0.14 0 0.36 0.12
HSL 83.7º 0.57% 0.72% -
HSV(B) 83.7º 0.36% 0.88% -
XYZ 53.95 67.2 36.51 -
YUV 206.2 92.9 118.59 -
System Red Green Blue C M Y K H S L
Decimal 193 225 144 0.14 0 0.36 0.12 83.7 0.57 0.72
Hex C1 E1 90 E 0 24 C 54 39 48
Octal 301 341 220 16 0 44 14 124 71 110
Binary 11000001 11100001 10010000 1110 0 100100 1100 1010100 111001 1001000

Color Harmonies of #C1E190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E190

Black with #C1E190

Text Example


Text Example

White with #C1E190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E190; }

 p { color: rgb(193,225,144); }

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

background-color css

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

 a { background-color: rgb(193,225,144); }

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

border-color css

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

 span { border-color: rgb(193,225,144); }

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