Html Css Color HEX #21C001 Kelly Green

📋 copy color: '#21C001'

red 33 ◦ green 192 ◦ blue 1

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

Shades of Kelly Green #21C001

Tints of Kelly Green #21C001

RGB

 RED value IS 33 (13.28% from 255) = 14.6%

 GREEN value IS 192 (75.39% from 255) = 84.96%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 14.6%
G = 84.96%
B = 0.44%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#21C001 (or 0x21C001) is known color: Kelly Green. HEX triplet: 21, C0 and 01. RGB value is (33,192,1). Sum of RGB (Red+Green+Blue) = 33+192+1=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 192 (75.39% from 255 or 84.96% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 192 - color contains mainly: green. Hex color #21C001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C001 is #DE3FFE. Grayscale: #7B7B7B. Windows color (decimal): -14565375 or 114721. OLE color: 114721.

HSL color Cylindrical-coordinate representation of color #21C001: hue angle of 109.95º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21C001 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 192 1 -
CMYK 0.83 0 0.99 0.25
HSL 109.95º 0.99% 0.38% -
HSV(B) 109.95º 0.99% 0.75% -
XYZ 19.48 38.02 6.34 -
YUV 122.69 59.32 64.03 -
System Red Green Blue C M Y K H S L
Decimal 33 192 1 0.83 0 0.99 0.25 109.95 0.99 0.38
Hex 21 C0 1 53 0 63 19 6E 63 26
Octal 41 300 1 123 0 143 31 156 143 46
Binary 100001 11000000 1 1010011 0 1100011 11001 1101110 1100011 100110

Color Harmonies of #21C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C001

Black with #21C001

Text Example


Text Example

White with #21C001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21C001; }

 p { color: rgb(33,192,1); }

 H1.HeaderClassName
 {
   color: #21C001;
 }
 .AnyTagClassName
 {
   color: #21C001;
 }
</style>

background-color css

<style>
 a { background-color: #21C001; }

 a { background-color: rgb(33,192,1); }

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

border-color css

<style>
 span { border-color: #21C001; }

 span { border-color: rgb(33,192,1); }

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