Html Css Color HEX #35B614 Kelly Green

📋 copy color: '#35B614'

red 53 ◦ green 182 ◦ blue 20

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

Shades of Kelly Green #35B614

Tints of Kelly Green #35B614

RGB

 RED value IS 53 (21.09% from 255) = 20.78%

 GREEN value IS 182 (71.48% from 255) = 71.37%

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 20.78%
G = 71.37%
B = 7.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#35B614 (or 0x35B614) is known color: Kelly Green. HEX triplet: 35, B6 and 14. RGB value is (53,182,20). Sum of RGB (Red+Green+Blue) = 53+182+20=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 182 (71.48% from 255 or 71.37% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 182 - color contains mainly: green. Hex color #35B614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35B614 is #CA49EB. Grayscale: #7D7D7D. Windows color (decimal): -13257196 or 1357365. OLE color: 1357365.

HSL color Cylindrical-coordinate representation of color #35B614: hue angle of 107.78º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35B614 is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 53 182 20 -
CMYK 0.71 0 0.89 0.29
HSL 107.78º 0.8% 0.4% -
HSV(B) 107.78º 0.89% 0.71% -
XYZ 18.32 34.26 6.31 -
YUV 124.96 68.76 76.67 -
System Red Green Blue C M Y K H S L
Decimal 53 182 20 0.71 0 0.89 0.29 107.78 0.8 0.4
Hex 35 B6 14 47 0 59 1D 6C 50 28
Octal 65 266 24 107 0 131 35 154 120 50
Binary 110101 10110110 10100 1000111 0 1011001 11101 1101100 1010000 101000

Color Harmonies of #35B614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B614

Black with #35B614

Text Example


Text Example

White with #35B614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35B614; }

 p { color: rgb(53,182,20); }

 H1.HeaderClassName
 {
   color: #35B614;
 }
 .AnyTagClassName
 {
   color: #35B614;
 }
</style>

background-color css

<style>
 a { background-color: #35B614; }

 a { background-color: rgb(53,182,20); }

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

border-color css

<style>
 span { border-color: #35B614; }

 span { border-color: rgb(53,182,20); }

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