Html Css Color HEX #42F991 Shamrock

📋 copy color: '#42F991'

red 66 ◦ green 249 ◦ blue 145

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

Shades of Shamrock #42F991

Tints of Shamrock #42F991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.52%

R = 14.35%
G = 54.13%
B = 31.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#42F991 (or 0x42F991) is known color: Shamrock. HEX triplet: 42, F9 and 91. RGB value is (66,249,145). Sum of RGB (Red+Green+Blue) = 66+249+145=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 249 (97.66% from 255 or 54.13% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 249 - color contains mainly: green. Hex color #42F991 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F991 is #BD066E. Grayscale: #B6B6B6. Windows color (decimal): -12387951 or 9566530. OLE color: 9566530.

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

Color convert

RGB 66 249 145 -
CMYK 0.73 0 0.42 0.02
HSL 145.9º 0.94% 0.62% -
HSV(B) 145.9º 0.73% 0.98% -
XYZ 41.23 70.95 38.31 -
YUV 182.43 106.87 44.96 -
System Red Green Blue C M Y K H S L
Decimal 66 249 145 0.73 0 0.42 0.02 145.9 0.94 0.62
Hex 42 F9 91 49 0 2A 2 92 5E 3E
Octal 102 371 221 111 0 52 2 222 136 76
Binary 1000010 11111001 10010001 1001001 0 101010 10 10010010 1011110 111110

Color Harmonies of #42F991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F991

Black with #42F991

Text Example


Text Example

White with #42F991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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