Html Css Color HEX #42F750 Screamin' Green

📋 copy color: '#42F750'

red 66 ◦ green 247 ◦ blue 80

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

Shades of Screamin' Green #42F750

Tints of Screamin' Green #42F750

RGB

 RED value IS 66 (26.17% from 255) = 16.79%

 GREEN value IS 247 (96.88% from 255) = 62.85%

 BLUE value IS 80 (31.64% from 255) = 20.36%

R = 16.79%
G = 62.85%
B = 20.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#42F750 (or 0x42F750) is known color: Screamin' Green. HEX triplet: 42, F7 and 50. RGB value is (66,247,80). Sum of RGB (Red+Green+Blue) = 66+247+80=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 247 (96.88% from 255 or 62.85% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 247 - color contains mainly: green. Hex color #42F750 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F750 is #BD08AF. Grayscale: #AEAEAE. Windows color (decimal): -12388528 or 5306178. OLE color: 5306178.

HSL color Cylindrical-coordinate representation of color #42F750: hue angle of 124.64º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F750 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 247 80 -
CMYK 0.73 0 0.68 0.03
HSL 124.64º 0.92% 0.61% -
HSV(B) 124.64º 0.73% 0.97% -
XYZ 36.96 68.26 18.82 -
YUV 173.84 75.03 51.08 -
System Red Green Blue C M Y K H S L
Decimal 66 247 80 0.73 0 0.68 0.03 124.64 0.92 0.61
Hex 42 F7 50 49 0 44 3 7D 5C 3D
Octal 102 367 120 111 0 104 3 175 134 75
Binary 1000010 11110111 1010000 1001001 0 1000100 11 1111101 1011100 111101

Color Harmonies of #42F750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F750

Black with #42F750

Text Example


Text Example

White with #42F750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42F750; }

 p { color: rgb(66,247,80); }

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

background-color css

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

 a { background-color: rgb(66,247,80); }

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

border-color css

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

 span { border-color: rgb(66,247,80); }

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