Html Css Color HEX #61E268 Pastel Green

📋 copy color: '#61E268'

red 97 ◦ green 226 ◦ blue 104

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

Shades of Pastel Green #61E268

Tints of Pastel Green #61E268

RGB

 RED value IS 97 (38.28% from 255) = 22.72%

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

 BLUE value IS 104 (41.02% from 255) = 24.36%

R = 22.72%
G = 52.93%
B = 24.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#61E268 (or 0x61E268) is known color: Pastel Green. HEX triplet: 61, E2 and 68. RGB value is (97,226,104). Sum of RGB (Red+Green+Blue) = 97+226+104=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 226 (88.67% from 255 or 52.93% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 226 - color contains mainly: green. Hex color #61E268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61E268 is #9E1D97. Grayscale: #ADADAD. Windows color (decimal): -10362264 or 6873697. OLE color: 6873697.

HSL color Cylindrical-coordinate representation of color #61E268: hue angle of 123.26º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E268 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 97 226 104 -
CMYK 0.57 0 0.54 0.11
HSL 123.26º 0.69% 0.63% -
HSV(B) 123.26º 0.57% 0.89% -
XYZ 34.62 57.93 22.45 -
YUV 173.52 88.76 73.42 -
System Red Green Blue C M Y K H S L
Decimal 97 226 104 0.57 0 0.54 0.11 123.26 0.69 0.63
Hex 61 E2 68 39 0 36 B 7B 45 3F
Octal 141 342 150 71 0 66 13 173 105 77
Binary 1100001 11100010 1101000 111001 0 110110 1011 1111011 1000101 111111

Color Harmonies of #61E268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E268

Black with #61E268

Text Example


Text Example

White with #61E268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61E268; }

 p { color: rgb(97,226,104); }

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

background-color css

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

 a { background-color: rgb(97,226,104); }

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

border-color css

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

 span { border-color: rgb(97,226,104); }

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