Html Css Color HEX #42F696 Shamrock

📋 copy color: '#42F696'

red 66 ◦ green 246 ◦ blue 150

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

Shades of Shamrock #42F696

Tints of Shamrock #42F696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.47%

R = 14.29%
G = 53.25%
B = 32.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#42F696 (or 0x42F696) is known color: Shamrock. HEX triplet: 42, F6 and 96. RGB value is (66,246,150). Sum of RGB (Red+Green+Blue) = 66+246+150=462 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.29% from 462); Green value is 246 (96.48% from 255 or 53.25% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 246 - color contains mainly: green. Hex color #42F696 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F696 is #BD0969. Grayscale: #B5B5B5. Windows color (decimal): -12388714 or 9893442. OLE color: 9893442.

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

Color convert

RGB 66 246 150 -
CMYK 0.73 0 0.39 0.04
HSL 148º 0.91% 0.61% -
HSV(B) 148º 0.73% 0.96% -
XYZ 40.71 69.27 40.08 -
YUV 181.24 110.37 45.81 -
System Red Green Blue C M Y K H S L
Decimal 66 246 150 0.73 0 0.39 0.04 148 0.91 0.61
Hex 42 F6 96 49 0 27 4 94 5B 3D
Octal 102 366 226 111 0 47 4 224 133 75
Binary 1000010 11110110 10010110 1001001 0 100111 100 10010100 1011011 111101

Color Harmonies of #42F696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F696

Black with #42F696

Text Example


Text Example

White with #42F696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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