Html Css Color HEX #6CE214 Bright Green

📋 copy color: '#6CE214'

red 108 ◦ green 226 ◦ blue 20

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

Shades of Bright Green #6CE214

Tints of Bright Green #6CE214

RGB

 RED value IS 108 (42.58% from 255) = 30.51%

 GREEN value IS 226 (88.67% from 255) = 63.84%

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

R = 30.51%
G = 63.84%
B = 5.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#6CE214 (or 0x6CE214) is known color: Bright Green. HEX triplet: 6C, E2 and 14. RGB value is (108,226,20). Sum of RGB (Red+Green+Blue) = 108+226+20=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 226 (88.67% from 255 or 63.84% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 226 - color contains mainly: green. Hex color #6CE214 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CE214 is #931DEB. Grayscale: #A7A7A7. Windows color (decimal): -9641452 or 1368684. OLE color: 1368684.

HSL color Cylindrical-coordinate representation of color #6CE214: hue angle of 94.37º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CE214 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 108 226 20 -
CMYK 0.52 0 0.91 0.11
HSL 94.37º 0.84% 0.48% -
HSV(B) 94.37º 0.91% 0.89% -
XYZ 33.51 57.63 10.02 -
YUV 167.23 44.91 85.75 -
System Red Green Blue C M Y K H S L
Decimal 108 226 20 0.52 0 0.91 0.11 94.37 0.84 0.48
Hex 6C E2 14 34 0 5B B 5E 54 30
Octal 154 342 24 64 0 133 13 136 124 60
Binary 1101100 11100010 10100 110100 0 1011011 1011 1011110 1010100 110000

Color Harmonies of #6CE214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE214

Black with #6CE214

Text Example


Text Example

White with #6CE214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CE214; }

 p { color: rgb(108,226,20); }

 H1.HeaderClassName
 {
   color: #6CE214;
 }
 .AnyTagClassName
 {
   color: #6CE214;
 }
</style>

background-color css

<style>
 a { background-color: #6CE214; }

 a { background-color: rgb(108,226,20); }

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

border-color css

<style>
 span { border-color: #6CE214; }

 span { border-color: rgb(108,226,20); }

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