Html Css Color HEX #65981C Limeade

📋 copy color: '#65981C'

red 101 ◦ green 152 ◦ blue 28

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

Shades of Limeade #65981C

Tints of Limeade #65981C

RGB

 RED value IS 101 (39.84% from 255) = 35.94%

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

 BLUE value IS 28 (11.33% from 255) = 9.96%

R = 35.94%
G = 54.09%
B = 9.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#65981C (or 0x65981C) is known color: Limeade. HEX triplet: 65, 98 and 1C. RGB value is (101,152,28). Sum of RGB (Red+Green+Blue) = 101+152+28=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #65981C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65981C is #9A67E3. Grayscale: #7B7B7B. Windows color (decimal): -10119140 or 1874021. OLE color: 1874021.

HSL color Cylindrical-coordinate representation of color #65981C: hue angle of 84.68º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65981C is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 152 28 -
CMYK 0.34 0 0.82 0.40
HSL 84.68º 0.69% 0.35% -
HSV(B) 84.68º 0.82% 0.6% -
XYZ 16.8 25.31 5.1 -
YUV 122.62 74.6 112.58 -
System Red Green Blue C M Y K H S L
Decimal 101 152 28 0.34 0 0.82 0.40 84.68 0.69 0.35
Hex 65 98 1C 22 0 52 28 55 45 23
Octal 145 230 34 42 0 122 50 125 105 43
Binary 1100101 10011000 11100 100010 0 1010010 101000 1010101 1000101 100011

Color Harmonies of #65981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65981C

Black with #65981C

Text Example


Text Example

White with #65981C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65981C; }

 p { color: rgb(101,152,28); }

 H1.HeaderClassName
 {
   color: #65981C;
 }
 .AnyTagClassName
 {
   color: #65981C;
 }
</style>

background-color css

<style>
 a { background-color: #65981C; }

 a { background-color: rgb(101,152,28); }

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

border-color css

<style>
 span { border-color: #65981C; }

 span { border-color: rgb(101,152,28); }

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