Html Css Color HEX #6CF010 Bright Green

📋 copy color: '#6CF010'

red 108 ◦ green 240 ◦ blue 16

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

Shades of Bright Green #6CF010

Tints of Bright Green #6CF010

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.93%

 BLUE value IS 16 (6.64% from 255) = 4.4%

R = 29.67%
G = 65.93%
B = 4.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#6CF010 (or 0x6CF010) is known color: Bright Green. HEX triplet: 6C, F0 and 10. RGB value is (108,240,16). Sum of RGB (Red+Green+Blue) = 108+240+16=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 240 (94.14% from 255 or 65.93% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF010 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF010 is #930FEF. Grayscale: #AFAFAF. Windows color (decimal): -9637872 or 1110124. OLE color: 1110124.

HSL color Cylindrical-coordinate representation of color #6CF010: hue angle of 95.36º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CF010 is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 240 16 -
CMYK 0.55 0 0.93 0.06
HSL 95.36º 0.88% 0.5% -
HSV(B) 95.36º 0.93% 0.94% -
XYZ 37.44 65.55 11.17 -
YUV 175 38.27 80.21 -
System Red Green Blue C M Y K H S L
Decimal 108 240 16 0.55 0 0.93 0.06 95.36 0.88 0.5
Hex 6C F0 10 37 0 5D 6 5F 58 32
Octal 154 360 20 67 0 135 6 137 130 62
Binary 1101100 11110000 10000 110111 0 1011101 110 1011111 1011000 110010

Color Harmonies of #6CF010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF010

Black with #6CF010

Text Example


Text Example

White with #6CF010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,240,16); }

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

background-color css

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

 a { background-color: rgb(108,240,16); }

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

border-color css

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

 span { border-color: rgb(108,240,16); }

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