Html Css Color HEX #35D30C Kelly Green

📋 copy color: '#35D30C'

red 53 ◦ green 211 ◦ blue 12

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

Shades of Kelly Green #35D30C

Tints of Kelly Green #35D30C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 76.45%

 BLUE value IS 12 (5.08% from 255) = 4.35%

R = 19.2%
G = 76.45%
B = 4.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#35D30C (or 0x35D30C) is known color: Kelly Green. HEX triplet: 35, D3 and 0C. RGB value is (53,211,12). Sum of RGB (Red+Green+Blue) = 53+211+12=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 211 (82.81% from 255 or 76.45% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 211 - color contains mainly: green. Hex color #35D30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35D30C is #CA2CF3. Grayscale: #8D8D8D. Windows color (decimal): -13249780 or 840501. OLE color: 840501.

HSL color Cylindrical-coordinate representation of color #35D30C: hue angle of 107.64º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #35D30C is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 53 211 12 -
CMYK 0.75 0 0.94 0.17
HSL 107.64º 0.89% 0.44% -
HSV(B) 107.64º 0.94% 0.83% -
XYZ 24.83 47.37 8.18 -
YUV 141.07 55.15 65.18 -
System Red Green Blue C M Y K H S L
Decimal 53 211 12 0.75 0 0.94 0.17 107.64 0.89 0.44
Hex 35 D3 C 4B 0 5E 11 6C 59 2C
Octal 65 323 14 113 0 136 21 154 131 54
Binary 110101 11010011 1100 1001011 0 1011110 10001 1101100 1011001 101100

Color Harmonies of #35D30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D30C

Black with #35D30C

Text Example


Text Example

White with #35D30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,211,12); }

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

background-color css

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

 a { background-color: rgb(53,211,12); }

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

border-color css

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

 span { border-color: rgb(53,211,12); }

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