Html Css Color HEX #67982B Limeade

📋 copy color: '#67982B'

red 103 ◦ green 152 ◦ blue 43

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

Shades of Limeade #67982B

Tints of Limeade #67982B

RGB

 RED value IS 103 (40.63% from 255) = 34.56%

 GREEN value IS 152 (59.77% from 255) = 51.01%

 BLUE value IS 43 (17.19% from 255) = 14.43%

R = 34.56%
G = 51.01%
B = 14.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#67982B (or 0x67982B) is known color: Limeade. HEX triplet: 67, 98 and 2B. RGB value is (103,152,43). Sum of RGB (Red+Green+Blue) = 103+152+43=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #67982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67982B is #9867D4. Grayscale: #7D7D7D. Windows color (decimal): -9988053 or 2857063. OLE color: 2857063.

HSL color Cylindrical-coordinate representation of color #67982B: hue angle of 86.97º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #67982B is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 152 43 -
CMYK 0.32 0 0.72 0.40
HSL 86.97º 0.56% 0.38% -
HSV(B) 86.97º 0.72% 0.6% -
XYZ 17.26 25.51 6.3 -
YUV 124.92 81.77 112.36 -
System Red Green Blue C M Y K H S L
Decimal 103 152 43 0.32 0 0.72 0.40 86.97 0.56 0.38
Hex 67 98 2B 20 0 48 28 57 38 26
Octal 147 230 53 40 0 110 50 127 70 46
Binary 1100111 10011000 101011 100000 0 1001000 101000 1010111 111000 100110

Color Harmonies of #67982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67982B

Black with #67982B

Text Example


Text Example

White with #67982B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67982B; }

 p { color: rgb(103,152,43); }

 H1.HeaderClassName
 {
   color: #67982B;
 }
 .AnyTagClassName
 {
   color: #67982B;
 }
</style>

background-color css

<style>
 a { background-color: #67982B; }

 a { background-color: rgb(103,152,43); }

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

border-color css

<style>
 span { border-color: #67982B; }

 span { border-color: rgb(103,152,43); }

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