Html Css Color HEX #42FA58 Screamin' Green

📋 copy color: '#42FA58'

red 66 ◦ green 250 ◦ blue 88

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

Shades of Screamin' Green #42FA58

Tints of Screamin' Green #42FA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.78%

R = 16.34%
G = 61.88%
B = 21.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#42FA58 (or 0x42FA58) is known color: Screamin' Green. HEX triplet: 42, FA and 58. RGB value is (66,250,88). Sum of RGB (Red+Green+Blue) = 66+250+88=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 250 (98.05% from 255 or 61.88% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA58 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FA58 is #BD05A7. Grayscale: #B0B0B0. Windows color (decimal): -12387752 or 5831234. OLE color: 5831234.

HSL color Cylindrical-coordinate representation of color #42FA58: hue angle of 127.17º 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 #42FA58 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 250 88 -
CMYK 0.74 0 0.65 0.02
HSL 127.17º 0.95% 0.62% -
HSV(B) 127.17º 0.74% 0.98% -
XYZ 38.19 70.23 20.78 -
YUV 176.52 78.04 49.17 -
System Red Green Blue C M Y K H S L
Decimal 66 250 88 0.74 0 0.65 0.02 127.17 0.95 0.62
Hex 42 FA 58 4A 0 41 2 7F 5F 3E
Octal 102 372 130 112 0 101 2 177 137 76
Binary 1000010 11111010 1011000 1001010 0 1000001 10 1111111 1011111 111110

Color Harmonies of #42FA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FA58

Black with #42FA58

Text Example


Text Example

White with #42FA58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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