Html Css Color HEX #35B213 Kelly Green

📋 copy color: '#35B213'

red 53 ◦ green 178 ◦ blue 19

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

Shades of Kelly Green #35B213

Tints of Kelly Green #35B213

RGB

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

 GREEN value IS 178 (69.92% from 255) = 71.2%

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 21.2%
G = 71.2%
B = 7.6%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#35B213 (or 0x35B213) is known color: Kelly Green. HEX triplet: 35, B2 and 13. RGB value is (53,178,19). Sum of RGB (Red+Green+Blue) = 53+178+19=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 178 (69.92% from 255 or 71.2% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 178 - color contains mainly: green. Hex color #35B213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35B213 is #CA4DEC. Grayscale: #7B7B7B. Windows color (decimal): -13258221 or 1290805. OLE color: 1290805.

HSL color Cylindrical-coordinate representation of color #35B213: hue angle of 107.17º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35B213 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 53 178 19 -
CMYK 0.70 0 0.89 0.30
HSL 107.17º 0.81% 0.39% -
HSV(B) 107.17º 0.89% 0.7% -
XYZ 17.51 32.64 5.99 -
YUV 122.5 69.59 78.43 -
System Red Green Blue C M Y K H S L
Decimal 53 178 19 0.70 0 0.89 0.30 107.17 0.81 0.39
Hex 35 B2 13 46 0 59 1E 6B 51 27
Octal 65 262 23 106 0 131 36 153 121 47
Binary 110101 10110010 10011 1000110 0 1011001 11110 1101011 1010001 100111

Color Harmonies of #35B213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B213

Black with #35B213

Text Example


Text Example

White with #35B213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,178,19); }

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

background-color css

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

 a { background-color: rgb(53,178,19); }

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

border-color css

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

 span { border-color: rgb(53,178,19); }

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