Html Css Color HEX #42FA75 Screamin' Green

📋 copy color: '#42FA75'

red 66 ◦ green 250 ◦ blue 117

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

Shades of Screamin' Green #42FA75

Tints of Screamin' Green #42FA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.02%

R = 15.24%
G = 57.74%
B = 27.02%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#42FA75 (or 0x42FA75) is known color: Screamin' Green. HEX triplet: 42, FA and 75. RGB value is (66,250,117). Sum of RGB (Red+Green+Blue) = 66+250+117=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 250 (98.05% from 255 or 57.74% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FA75 is #BD058A. Grayscale: #B4B4B4. Windows color (decimal): -12387723 or 7731778. OLE color: 7731778.

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

Color convert

RGB 66 250 117 -
CMYK 0.74 0 0.53 0.02
HSL 136.63º 0.95% 0.62% -
HSV(B) 136.63º 0.74% 0.98% -
XYZ 39.64 70.81 28.41 -
YUV 179.82 92.54 46.81 -
System Red Green Blue C M Y K H S L
Decimal 66 250 117 0.74 0 0.53 0.02 136.63 0.95 0.62
Hex 42 FA 75 4A 0 35 2 89 5F 3E
Octal 102 372 165 112 0 65 2 211 137 76
Binary 1000010 11111010 1110101 1001010 0 110101 10 10001001 1011111 111110

Color Harmonies of #42FA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FA75

Black with #42FA75

Text Example


Text Example

White with #42FA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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