Html Css Color HEX #42F995 Shamrock

📋 copy color: '#42F995'

red 66 ◦ green 249 ◦ blue 149

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

Shades of Shamrock #42F995

Tints of Shamrock #42F995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.11%

R = 14.22%
G = 53.66%
B = 32.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#42F995 (or 0x42F995) is known color: Shamrock. HEX triplet: 42, F9 and 95. RGB value is (66,249,149). Sum of RGB (Red+Green+Blue) = 66+249+149=464 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.22% from 464); Green value is 249 (97.66% from 255 or 53.66% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 249 - color contains mainly: green. Hex color #42F995 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F995 is #BD066A. Grayscale: #B7B7B7. Windows color (decimal): -12387947 or 9828674. OLE color: 9828674.

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

Color convert

RGB 66 249 149 -
CMYK 0.73 0 0.40 0.02
HSL 147.21º 0.94% 0.62% -
HSV(B) 147.21º 0.73% 0.98% -
XYZ 41.55 71.08 39.96 -
YUV 182.88 108.87 44.63 -
System Red Green Blue C M Y K H S L
Decimal 66 249 149 0.73 0 0.40 0.02 147.21 0.94 0.62
Hex 42 F9 95 49 0 28 2 93 5E 3E
Octal 102 371 225 111 0 50 2 223 136 76
Binary 1000010 11111001 10010101 1001001 0 101000 10 10010011 1011110 111110

Color Harmonies of #42F995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F995

Black with #42F995

Text Example


Text Example

White with #42F995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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