Html Css Color HEX #42F199 Shamrock

📋 copy color: '#42F199'

red 66 ◦ green 241 ◦ blue 153

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

Shades of Shamrock #42F199

Tints of Shamrock #42F199

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.39%

 BLUE value IS 153 (60.16% from 255) = 33.26%

R = 14.35%
G = 52.39%
B = 33.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#42F199 (or 0x42F199) is known color: Shamrock. HEX triplet: 42, F1 and 99. RGB value is (66,241,153). Sum of RGB (Red+Green+Blue) = 66+241+153=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 241 (94.53% from 255 or 52.39% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 241 - color contains mainly: green. Hex color #42F199 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F199 is #BD0E66. Grayscale: #B2B2B2. Windows color (decimal): -12389991 or 10088770. OLE color: 10088770.

HSL color Cylindrical-coordinate representation of color #42F199: hue angle of 149.83º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F199 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 241 153 -
CMYK 0.73 0 0.37 0.05
HSL 149.83º 0.86% 0.6% -
HSV(B) 149.83º 0.73% 0.95% -
XYZ 39.45 66.37 40.87 -
YUV 178.64 113.52 47.66 -
System Red Green Blue C M Y K H S L
Decimal 66 241 153 0.73 0 0.37 0.05 149.83 0.86 0.6
Hex 42 F1 99 49 0 25 5 96 56 3C
Octal 102 361 231 111 0 45 5 226 126 74
Binary 1000010 11110001 10011001 1001001 0 100101 101 10010110 1010110 111100

Color Harmonies of #42F199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F199

Black with #42F199

Text Example


Text Example

White with #42F199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,241,153); }

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

background-color css

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

 a { background-color: rgb(66,241,153); }

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

border-color css

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

 span { border-color: rgb(66,241,153); }

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