Html Css Color HEX #C2E18D Sulu

📋 copy color: '#C2E18D'

red 194 ◦ green 225 ◦ blue 141

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

Shades of Sulu #C2E18D

Tints of Sulu #C2E18D

RGB

 RED value IS 194 (76.17% from 255) = 34.64%

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

 BLUE value IS 141 (55.47% from 255) = 25.18%

R = 34.64%
G = 40.18%
B = 25.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#C2E18D (or 0xC2E18D) is known color: Sulu. HEX triplet: C2, E1 and 8D. RGB value is (194,225,141). Sum of RGB (Red+Green+Blue) = 194+225+141=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E18D is #3D1E72. Grayscale: #CECECE. Windows color (decimal): -4005491 or 9298370. OLE color: 9298370.

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

Color convert

RGB 194 225 141 -
CMYK 0.14 0 0.37 0.12
HSL 82.14º 0.58% 0.72% -
HSV(B) 82.14º 0.37% 0.88% -
XYZ 53.98 67.24 35.33 -
YUV 206.16 91.23 119.33 -
System Red Green Blue C M Y K H S L
Decimal 194 225 141 0.14 0 0.37 0.12 82.14 0.58 0.72
Hex C2 E1 8D E 0 25 C 52 3A 48
Octal 302 341 215 16 0 45 14 122 72 110
Binary 11000010 11100001 10001101 1110 0 100101 1100 1010010 111010 1001000

Color Harmonies of #C2E18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E18D

Black with #C2E18D

Text Example


Text Example

White with #C2E18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E18D; }

 p { color: rgb(194,225,141); }

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

background-color css

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

 a { background-color: rgb(194,225,141); }

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

border-color css

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

 span { border-color: rgb(194,225,141); }

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