Html Css Color HEX #6AF85F Screamin' Green

📋 copy color: '#6AF85F'

red 106 ◦ green 248 ◦ blue 95

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

Shades of Screamin' Green #6AF85F

Tints of Screamin' Green #6AF85F

RGB

 RED value IS 106 (41.8% from 255) = 23.61%

 GREEN value IS 248 (97.27% from 255) = 55.23%

 BLUE value IS 95 (37.5% from 255) = 21.16%

R = 23.61%
G = 55.23%
B = 21.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#6AF85F (or 0x6AF85F) is known color: Screamin' Green. HEX triplet: 6A, F8 and 5F. RGB value is (106,248,95). Sum of RGB (Red+Green+Blue) = 106+248+95=449 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.61% from 449); Green value is 248 (97.27% from 255 or 55.23% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 248 - color contains mainly: green. Hex color #6AF85F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF85F is #9507A0. Grayscale: #BCBCBC. Windows color (decimal): -9766817 or 6289514. OLE color: 6289514.

HSL color Cylindrical-coordinate representation of color #6AF85F: hue angle of 115.69º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6AF85F is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 106 248 95 -
CMYK 0.57 0 0.62 0.03
HSL 115.69º 0.92% 0.67% -
HSV(B) 115.69º 0.62% 0.97% -
XYZ 41.58 71.03 22.34 -
YUV 188.1 75.46 69.44 -
System Red Green Blue C M Y K H S L
Decimal 106 248 95 0.57 0 0.62 0.03 115.69 0.92 0.67
Hex 6A F8 5F 39 0 3E 3 74 5C 43
Octal 152 370 137 71 0 76 3 164 134 103
Binary 1101010 11111000 1011111 111001 0 111110 11 1110100 1011100 1000011

Color Harmonies of #6AF85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF85F

Black with #6AF85F

Text Example


Text Example

White with #6AF85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,248,95); }

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

background-color css

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

 a { background-color: rgb(106,248,95); }

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

border-color css

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

 span { border-color: rgb(106,248,95); }

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