Html Css Color HEX #428E05 La Palma

📋 copy color: '#428E05'

red 66 ◦ green 142 ◦ blue 5

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

Shades of La Palma #428E05

Tints of La Palma #428E05

RGB

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

 GREEN value IS 142 (55.86% from 255) = 66.67%

 BLUE value IS 5 (2.34% from 255) = 2.35%

R = 30.99%
G = 66.67%
B = 2.35%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#428E05 (or 0x428E05) is known color: La Palma. HEX triplet: 42, 8E and 05. RGB value is (66,142,5). Sum of RGB (Red+Green+Blue) = 66+142+5=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 142 (55.86% from 255 or 66.67% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 142 - color contains mainly: green. Hex color #428E05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428E05 is #BD71FA. Grayscale: #686868. Windows color (decimal): -12415483 or 364098. OLE color: 364098.

HSL color Cylindrical-coordinate representation of color #428E05: hue angle of 93.28º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #428E05 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 142 5 -
CMYK 0.54 0 0.96 0.44
HSL 93.28º 0.93% 0.29% -
HSV(B) 93.28º 0.96% 0.56% -
XYZ 11.95 20.52 3.47 -
YUV 103.66 72.32 101.14 -
System Red Green Blue C M Y K H S L
Decimal 66 142 5 0.54 0 0.96 0.44 93.28 0.93 0.29
Hex 42 8E 5 36 0 60 2C 5D 5D 1D
Octal 102 216 5 66 0 140 54 135 135 35
Binary 1000010 10001110 101 110110 0 1100000 101100 1011101 1011101 11101

Color Harmonies of #428E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428E05

Black with #428E05

Text Example


Text Example

White with #428E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428E05; }

 p { color: rgb(66,142,5); }

 H1.HeaderClassName
 {
   color: #428E05;
 }
 .AnyTagClassName
 {
   color: #428E05;
 }
</style>

background-color css

<style>
 a { background-color: #428E05; }

 a { background-color: rgb(66,142,5); }

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

border-color css

<style>
 span { border-color: #428E05; }

 span { border-color: rgb(66,142,5); }

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