Html Css Color HEX #42FA5D Screamin' Green

📋 copy color: '#42FA5D'

red 66 ◦ green 250 ◦ blue 93

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

Shades of Screamin' Green #42FA5D

Tints of Screamin' Green #42FA5D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 61.12%

 BLUE value IS 93 (36.72% from 255) = 22.74%

R = 16.14%
G = 61.12%
B = 22.74%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#42FA5D (or 0x42FA5D) is known color: Screamin' Green. HEX triplet: 42, FA and 5D. RGB value is (66,250,93). Sum of RGB (Red+Green+Blue) = 66+250+93=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 250 (98.05% from 255 or 61.12% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FA5D is #BD05A2. Grayscale: #B1B1B1. Windows color (decimal): -12387747 or 6158914. OLE color: 6158914.

HSL color Cylindrical-coordinate representation of color #42FA5D: hue angle of 128.8º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FA5D is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 250 93 -
CMYK 0.74 0 0.63 0.02
HSL 128.8º 0.95% 0.62% -
HSV(B) 128.8º 0.74% 0.98% -
XYZ 38.41 70.32 21.9 -
YUV 177.09 80.54 48.77 -
System Red Green Blue C M Y K H S L
Decimal 66 250 93 0.74 0 0.63 0.02 128.8 0.95 0.62
Hex 42 FA 5D 4A 0 3F 2 81 5F 3E
Octal 102 372 135 112 0 77 2 201 137 76
Binary 1000010 11111010 1011101 1001010 0 111111 10 10000001 1011111 111110

Color Harmonies of #42FA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FA5D

Black with #42FA5D

Text Example


Text Example

White with #42FA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,250,93); }

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

background-color css

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

 a { background-color: rgb(66,250,93); }

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

border-color css

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

 span { border-color: rgb(66,250,93); }

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