Html Css Color HEX #42F99C Shamrock

📋 copy color: '#42F99C'

red 66 ◦ green 249 ◦ blue 156

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

Shades of Shamrock #42F99C

Tints of Shamrock #42F99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.12%

R = 14.01%
G = 52.87%
B = 33.12%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#42F99C (or 0x42F99C) is known color: Shamrock. HEX triplet: 42, F9 and 9C. RGB value is (66,249,156). Sum of RGB (Red+Green+Blue) = 66+249+156=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 249 (97.66% from 255 or 52.87% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 249 - color contains mainly: green. Hex color #42F99C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F99C is #BD0663. Grayscale: #B7B7B7. Windows color (decimal): -12387940 or 10287426. OLE color: 10287426.

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

Color convert

RGB 66 249 156 -
CMYK 0.73 0 0.37 0.02
HSL 149.51º 0.94% 0.62% -
HSV(B) 149.51º 0.73% 0.98% -
XYZ 42.12 71.31 43 -
YUV 183.68 112.37 44.06 -
System Red Green Blue C M Y K H S L
Decimal 66 249 156 0.73 0 0.37 0.02 149.51 0.94 0.62
Hex 42 F9 9C 49 0 25 2 96 5E 3E
Octal 102 371 234 111 0 45 2 226 136 76
Binary 1000010 11111001 10011100 1001001 0 100101 10 10010110 1011110 111110

Color Harmonies of #42F99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F99C

Black with #42F99C

Text Example


Text Example

White with #42F99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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