Html Css Color HEX #C2E18E Sulu

📋 copy color: '#C2E18E'

red 194 ◦ green 225 ◦ blue 142

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

Shades of Sulu #C2E18E

Tints of Sulu #C2E18E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.31%

R = 34.58%
G = 40.11%
B = 25.31%

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

#C2E18E (or 0xC2E18E) is known color: Sulu. HEX triplet: C2, E1 and 8E. RGB value is (194,225,142). Sum of RGB (Red+Green+Blue) = 194+225+142=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 142 (55.86% from 255 or 25.31% from 561); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E18E is #3D1E71. Grayscale: #CECECE. Windows color (decimal): -4005490 or 9363906. OLE color: 9363906.

HSL color Cylindrical-coordinate representation of color #C2E18E: hue angle of 82.41º 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 #C2E18E is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 225 142 -
CMYK 0.14 0 0.37 0.12
HSL 82.41º 0.58% 0.72% -
HSV(B) 82.41º 0.37% 0.88% -
XYZ 54.06 67.27 35.73 -
YUV 206.27 91.73 119.25 -
System Red Green Blue C M Y K H S L
Decimal 194 225 142 0.14 0 0.37 0.12 82.41 0.58 0.72
Hex C2 E1 8E E 0 25 C 52 3A 48
Octal 302 341 216 16 0 45 14 122 72 110
Binary 11000010 11100001 10001110 1110 0 100101 1100 1010010 111010 1001000

Color Harmonies of #C2E18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E18E

Black with #C2E18E

Text Example


Text Example

White with #C2E18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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