Html Css Color HEX #6CF082 Pastel Green

📋 copy color: '#6CF082'

red 108 ◦ green 240 ◦ blue 130

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

Shades of Pastel Green #6CF082

Tints of Pastel Green #6CF082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.2%

R = 22.59%
G = 50.21%
B = 27.2%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#6CF082 (or 0x6CF082) is known color: Pastel Green. HEX triplet: 6C, F0 and 82. RGB value is (108,240,130). Sum of RGB (Red+Green+Blue) = 108+240+130=478 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.59% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF082 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF082 is #930F7D. Grayscale: #BCBCBC. Windows color (decimal): -9637758 or 8581228. OLE color: 8581228.

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

Color convert

RGB 108 240 130 -
CMYK 0.55 0 0.46 0.06
HSL 130º 0.81% 0.68% -
HSV(B) 130º 0.55% 0.94% -
XYZ 41.37 67.12 31.89 -
YUV 187.99 95.27 70.94 -
System Red Green Blue C M Y K H S L
Decimal 108 240 130 0.55 0 0.46 0.06 130 0.81 0.68
Hex 6C F0 82 37 0 2E 6 82 51 44
Octal 154 360 202 67 0 56 6 202 121 104
Binary 1101100 11110000 10000010 110111 0 101110 110 10000010 1010001 1000100

Color Harmonies of #6CF082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF082

Black with #6CF082

Text Example


Text Example

White with #6CF082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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