Html Css Color HEX #42F672 Screamin' Green

📋 copy color: '#42F672'

red 66 ◦ green 246 ◦ blue 114

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

Shades of Screamin' Green #42F672

Tints of Screamin' Green #42F672

RGB

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

 GREEN value IS 246 (96.48% from 255) = 57.75%

 BLUE value IS 114 (44.92% from 255) = 26.76%

R = 15.49%
G = 57.75%
B = 26.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#42F672 (or 0x42F672) is known color: Screamin' Green. HEX triplet: 42, F6 and 72. RGB value is (66,246,114). Sum of RGB (Red+Green+Blue) = 66+246+114=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 246 (96.48% from 255 or 57.75% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 246 - color contains mainly: green. Hex color #42F672 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F672 is #BD098D. Grayscale: #B1B1B1. Windows color (decimal): -12388750 or 7534146. OLE color: 7534146.

HSL color Cylindrical-coordinate representation of color #42F672: hue angle of 136º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F672 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 246 114 -
CMYK 0.73 0 0.54 0.04
HSL 136º 0.91% 0.61% -
HSV(B) 136º 0.73% 0.96% -
XYZ 38.24 68.28 27.08 -
YUV 177.13 92.37 48.73 -
System Red Green Blue C M Y K H S L
Decimal 66 246 114 0.73 0 0.54 0.04 136 0.91 0.61
Hex 42 F6 72 49 0 36 4 88 5B 3D
Octal 102 366 162 111 0 66 4 210 133 75
Binary 1000010 11110110 1110010 1001001 0 110110 100 10001000 1011011 111101

Color Harmonies of #42F672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F672

Black with #42F672

Text Example


Text Example

White with #42F672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,246,114); }

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

background-color css

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

 a { background-color: rgb(66,246,114); }

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

border-color css

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

 span { border-color: rgb(66,246,114); }

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