Html Css Color HEX #C2E17A Sulu

📋 copy color: '#C2E17A'

red 194 ◦ green 225 ◦ blue 122

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

Shades of Sulu #C2E17A

Tints of Sulu #C2E17A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.55%

R = 35.86%
G = 41.59%
B = 22.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#C2E17A (or 0xC2E17A) is known color: Sulu. HEX triplet: C2, E1 and 7A. RGB value is (194,225,122). Sum of RGB (Red+Green+Blue) = 194+225+122=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E17A is #3D1E85. Grayscale: #CCCCCC. Windows color (decimal): -4005510 or 8053186. OLE color: 8053186.

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

Color convert

RGB 194 225 122 -
CMYK 0.14 0 0.46 0.12
HSL 78.06º 0.63% 0.68% -
HSV(B) 78.06º 0.46% 0.88% -
XYZ 52.69 66.72 28.51 -
YUV 203.99 81.73 120.88 -
System Red Green Blue C M Y K H S L
Decimal 194 225 122 0.14 0 0.46 0.12 78.06 0.63 0.68
Hex C2 E1 7A E 0 2E C 4E 3F 44
Octal 302 341 172 16 0 56 14 116 77 104
Binary 11000010 11100001 1111010 1110 0 101110 1100 1001110 111111 1000100

Color Harmonies of #C2E17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E17A

Black with #C2E17A

Text Example


Text Example

White with #C2E17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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