Html Css Color HEX #67DD14 Bright Green

📋 copy color: '#67DD14'

red 103 ◦ green 221 ◦ blue 20

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

Shades of Bright Green #67DD14

Tints of Bright Green #67DD14

RGB

 RED value IS 103 (40.63% from 255) = 29.94%

 GREEN value IS 221 (86.72% from 255) = 64.24%

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

R = 29.94%
G = 64.24%
B = 5.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#67DD14 (or 0x67DD14) is known color: Bright Green. HEX triplet: 67, DD and 14. RGB value is (103,221,20). Sum of RGB (Red+Green+Blue) = 103+221+20=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 221 (86.72% from 255 or 64.24% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 221 - color contains mainly: green. Hex color #67DD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67DD14 is #9822EB. Grayscale: #A3A3A3. Windows color (decimal): -9970412 or 1367399. OLE color: 1367399.

HSL color Cylindrical-coordinate representation of color #67DD14: hue angle of 95.22º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67DD14 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 221 20 -
CMYK 0.53 0 0.91 0.13
HSL 95.22º 0.83% 0.47% -
HSV(B) 95.22º 0.91% 0.87% -
XYZ 31.58 54.65 9.55 -
YUV 162.8 47.41 85.34 -
System Red Green Blue C M Y K H S L
Decimal 103 221 20 0.53 0 0.91 0.13 95.22 0.83 0.47
Hex 67 DD 14 35 0 5B D 5F 53 2F
Octal 147 335 24 65 0 133 15 137 123 57
Binary 1100111 11011101 10100 110101 0 1011011 1101 1011111 1010011 101111

Color Harmonies of #67DD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DD14

Black with #67DD14

Text Example


Text Example

White with #67DD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67DD14; }

 p { color: rgb(103,221,20); }

 H1.HeaderClassName
 {
   color: #67DD14;
 }
 .AnyTagClassName
 {
   color: #67DD14;
 }
</style>

background-color css

<style>
 a { background-color: #67DD14; }

 a { background-color: rgb(103,221,20); }

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

border-color css

<style>
 span { border-color: #67DD14; }

 span { border-color: rgb(103,221,20); }

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