Html Css Color HEX #7CF066 Pastel Green

📋 copy color: '#7CF066'

red 124 ◦ green 240 ◦ blue 102

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

Shades of Pastel Green #7CF066

Tints of Pastel Green #7CF066

RGB

 RED value IS 124 (48.83% from 255) = 26.61%

 GREEN value IS 240 (94.14% from 255) = 51.5%

 BLUE value IS 102 (40.23% from 255) = 21.89%

R = 26.61%
G = 51.5%
B = 21.89%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#7CF066 (or 0x7CF066) is known color: Pastel Green. HEX triplet: 7C, F0 and 66. RGB value is (124,240,102). Sum of RGB (Red+Green+Blue) = 124+240+102=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF066 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF066 is #830F99. Grayscale: #BEBEBE. Windows color (decimal): -8589210 or 6746236. OLE color: 6746236.

HSL color Cylindrical-coordinate representation of color #7CF066: hue angle of 110.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7CF066 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 124 240 102 -
CMYK 0.48 0 0.58 0.06
HSL 110.43º 0.82% 0.67% -
HSV(B) 110.43º 0.58% 0.94% -
XYZ 41.87 67.56 23.4 -
YUV 189.58 78.57 81.22 -
System Red Green Blue C M Y K H S L
Decimal 124 240 102 0.48 0 0.58 0.06 110.43 0.82 0.67
Hex 7C F0 66 30 0 3A 6 6E 52 43
Octal 174 360 146 60 0 72 6 156 122 103
Binary 1111100 11110000 1100110 110000 0 111010 110 1101110 1010010 1000011

Color Harmonies of #7CF066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF066

Black with #7CF066

Text Example


Text Example

White with #7CF066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CF066; }

 p { color: rgb(124,240,102); }

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

background-color css

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

 a { background-color: rgb(124,240,102); }

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

border-color css

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

 span { border-color: rgb(124,240,102); }

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