Html Css Color HEX #C2E28A Sulu

📋 copy color: '#C2E28A'

red 194 ◦ green 226 ◦ blue 138

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

Shades of Sulu #C2E28A

Tints of Sulu #C2E28A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.5%

 BLUE value IS 138 (54.3% from 255) = 24.73%

R = 34.77%
G = 40.5%
B = 24.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#C2E28A (or 0xC2E28A) is known color: Sulu. HEX triplet: C2, E2 and 8A. RGB value is (194,226,138). Sum of RGB (Red+Green+Blue) = 194+226+138=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 138 (54.30% from 255 or 24.73% from 558); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E28A is #3D1D75. Grayscale: #CECECE. Windows color (decimal): -4005238 or 9102018. OLE color: 9102018.

HSL color Cylindrical-coordinate representation of color #C2E28A: hue angle of 81.82º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2E28A is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 226 138 -
CMYK 0.14 0 0.39 0.11
HSL 81.82º 0.6% 0.71% -
HSV(B) 81.82º 0.39% 0.89% -
XYZ 54.03 67.7 34.26 -
YUV 206.4 89.4 119.16 -
System Red Green Blue C M Y K H S L
Decimal 194 226 138 0.14 0 0.39 0.11 81.82 0.6 0.71
Hex C2 E2 8A E 0 27 B 52 3C 47
Octal 302 342 212 16 0 47 13 122 74 107
Binary 11000010 11100010 10001010 1110 0 100111 1011 1010010 111100 1000111

Color Harmonies of #C2E28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E28A

Black with #C2E28A

Text Example


Text Example

White with #C2E28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E28A; }

 p { color: rgb(194,226,138); }

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

background-color css

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

 a { background-color: rgb(194,226,138); }

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

border-color css

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

 span { border-color: rgb(194,226,138); }

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