Html Css Color HEX #35D500 Kelly Green

📋 copy color: '#35D500'

red 53 ◦ green 213 ◦ blue 0

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

Shades of Kelly Green #35D500

Tints of Kelly Green #35D500

RGB

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

 GREEN value IS 213 (83.59% from 255) = 80.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 19.92%
G = 80.08%
B = 0%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#35D500 (or 0x35D500) is known color: Kelly Green. HEX triplet: 35, D5 and 00. RGB value is (53,213,0). Sum of RGB (Red+Green+Blue) = 53+213+0=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 213 (83.59% from 255 or 80.08% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 213 - color contains mainly: green. Hex color #35D500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35D500 is #CA2AFF. Grayscale: #8D8D8D. Windows color (decimal): -13249280 or 54581. OLE color: 54581.

HSL color Cylindrical-coordinate representation of color #35D500: hue angle of 105.07º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35D500 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 213 0 -
CMYK 0.75 0 1 0.16
HSL 105.07º 1% 0.42% -
HSV(B) 105.07º 1% 0.84% -
XYZ 25.26 48.35 8 -
YUV 140.88 48.49 65.32 -
System Red Green Blue C M Y K H S L
Decimal 53 213 0 0.75 0 1 0.16 105.07 1 0.42
Hex 35 D5 0 4B 0 64 10 69 64 2A
Octal 65 325 0 113 0 144 20 151 144 52
Binary 110101 11010101 0 1001011 0 1100100 10000 1101001 1100100 101010

Color Harmonies of #35D500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D500

Black with #35D500

Text Example


Text Example

White with #35D500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,213,0); }

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

background-color css

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

 a { background-color: rgb(53,213,0); }

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

border-color css

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

 span { border-color: rgb(53,213,0); }

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