Html Css Color HEX #42F966 Screamin' Green

📋 copy color: '#42F966'

red 66 ◦ green 249 ◦ blue 102

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

Shades of Screamin' Green #42F966

Tints of Screamin' Green #42F966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.46%

R = 15.83%
G = 59.71%
B = 24.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#42F966 (or 0x42F966) is known color: Screamin' Green. HEX triplet: 42, F9 and 66. RGB value is (66,249,102). Sum of RGB (Red+Green+Blue) = 66+249+102=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 249 (97.66% from 255 or 59.71% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 249 - color contains mainly: green. Hex color #42F966 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F966 is #BD0699. Grayscale: #B1B1B1. Windows color (decimal): -12387994 or 6748482. OLE color: 6748482.

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

Color convert

RGB 66 249 102 -
CMYK 0.73 0 0.59 0.02
HSL 131.8º 0.94% 0.62% -
HSV(B) 131.8º 0.73% 0.98% -
XYZ 38.52 69.87 24.03 -
YUV 177.53 85.37 48.45 -
System Red Green Blue C M Y K H S L
Decimal 66 249 102 0.73 0 0.59 0.02 131.8 0.94 0.62
Hex 42 F9 66 49 0 3B 2 84 5E 3E
Octal 102 371 146 111 0 73 2 204 136 76
Binary 1000010 11111001 1100110 1001001 0 111011 10 10000100 1011110 111110

Color Harmonies of #42F966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F966

Black with #42F966

Text Example


Text Example

White with #42F966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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