Html Css Color HEX #42F86B Screamin' Green

📋 copy color: '#42F86B'

red 66 ◦ green 248 ◦ blue 107

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

Shades of Screamin' Green #42F86B

Tints of Screamin' Green #42F86B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 58.91%

 BLUE value IS 107 (42.19% from 255) = 25.42%

R = 15.68%
G = 58.91%
B = 25.42%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#42F86B (or 0x42F86B) is known color: Screamin' Green. HEX triplet: 42, F8 and 6B. RGB value is (66,248,107). Sum of RGB (Red+Green+Blue) = 66+248+107=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 248 (97.27% from 255 or 58.91% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 248 - color contains mainly: green. Hex color #42F86B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F86B is #BD0794. Grayscale: #B1B1B1. Windows color (decimal): -12388245 or 7075906. OLE color: 7075906.

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

Color convert

RGB 66 248 107 -
CMYK 0.73 0 0.57 0.03
HSL 133.52º 0.93% 0.62% -
HSV(B) 133.52º 0.73% 0.97% -
XYZ 38.47 69.35 25.27 -
YUV 177.51 88.2 48.46 -
System Red Green Blue C M Y K H S L
Decimal 66 248 107 0.73 0 0.57 0.03 133.52 0.93 0.62
Hex 42 F8 6B 49 0 39 3 86 5D 3E
Octal 102 370 153 111 0 71 3 206 135 76
Binary 1000010 11111000 1101011 1001001 0 111001 11 10000110 1011101 111110

Color Harmonies of #42F86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F86B

Black with #42F86B

Text Example


Text Example

White with #42F86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,248,107); }

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

background-color css

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

 a { background-color: rgb(66,248,107); }

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

border-color css

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

 span { border-color: rgb(66,248,107); }

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