Html Css Color HEX #42F96B Screamin' Green

📋 copy color: '#42F96B'

red 66 ◦ green 249 ◦ blue 107

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

Shades of Screamin' Green #42F96B

Tints of Screamin' Green #42F96B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 59%

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

R = 15.64%
G = 59%
B = 25.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#42F96B (or 0x42F96B) is known color: Screamin' Green. HEX triplet: 42, F9 and 6B. RGB value is (66,249,107). Sum of RGB (Red+Green+Blue) = 66+249+107=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 249 (97.66% from 255 or 59.00% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 249 - color contains mainly: green. Hex color #42F96B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F96B is #BD0694. Grayscale: #B2B2B2. Windows color (decimal): -12387989 or 7076162. OLE color: 7076162.

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

Color convert

RGB 66 249 107 -
CMYK 0.73 0 0.57 0.02
HSL 133.44º 0.94% 0.62% -
HSV(B) 133.44º 0.73% 0.98% -
XYZ 38.78 69.97 25.37 -
YUV 178.1 87.87 48.05 -
System Red Green Blue C M Y K H S L
Decimal 66 249 107 0.73 0 0.57 0.02 133.44 0.94 0.62
Hex 42 F9 6B 49 0 39 2 85 5E 3E
Octal 102 371 153 111 0 71 2 205 136 76
Binary 1000010 11111001 1101011 1001001 0 111001 10 10000101 1011110 111110

Color Harmonies of #42F96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F96B

Black with #42F96B

Text Example


Text Example

White with #42F96B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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