Html Css Color HEX #C1E690 Sulu

📋 copy color: '#C1E690'

red 193 ◦ green 230 ◦ blue 144

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

Shades of Sulu #C1E690

Tints of Sulu #C1E690

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.56%

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

R = 34.04%
G = 40.56%
B = 25.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#C1E690 (or 0xC1E690) is known color: Sulu. HEX triplet: C1, E6 and 90. RGB value is (193,230,144). Sum of RGB (Red+Green+Blue) = 193+230+144=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #C1E690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1E690 is #3E196F. Grayscale: #D1D1D1. Windows color (decimal): -4069744 or 9496257. OLE color: 9496257.

HSL color Cylindrical-coordinate representation of color #C1E690: hue angle of 85.81º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1E690 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 230 144 -
CMYK 0.16 0 0.37 0.10
HSL 85.81º 0.63% 0.73% -
HSV(B) 85.81º 0.37% 0.9% -
XYZ 55.32 69.94 36.97 -
YUV 209.13 91.24 116.49 -
System Red Green Blue C M Y K H S L
Decimal 193 230 144 0.16 0 0.37 0.10 85.81 0.63 0.73
Hex C1 E6 90 10 0 25 A 56 3F 49
Octal 301 346 220 20 0 45 12 126 77 111
Binary 11000001 11100110 10010000 10000 0 100101 1010 1010110 111111 1001001

Color Harmonies of #C1E690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E690

Black with #C1E690

Text Example


Text Example

White with #C1E690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E690; }

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

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

background-color css

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

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

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

border-color css

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

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

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