Html Css Color HEX #6FCF81 Pastel Green

📋 copy color: '#6FCF81'

red 111 ◦ green 207 ◦ blue 129

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

Shades of Pastel Green #6FCF81

Tints of Pastel Green #6FCF81

RGB

 RED value IS 111 (43.75% from 255) = 24.83%

 GREEN value IS 207 (81.25% from 255) = 46.31%

 BLUE value IS 129 (50.78% from 255) = 28.86%

R = 24.83%
G = 46.31%
B = 28.86%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#6FCF81 (or 0x6FCF81) is known color: Pastel Green. HEX triplet: 6F, CF and 81. RGB value is (111,207,129). Sum of RGB (Red+Green+Blue) = 111+207+129=447 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.83% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCF81 is #90307E. Grayscale: #A9A9A9. Windows color (decimal): -9449599 or 8507247. OLE color: 8507247.

HSL color Cylindrical-coordinate representation of color #6FCF81: hue angle of 131.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCF81 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 207 129 -
CMYK 0.46 0 0.38 0.19
HSL 131.25º 0.5% 0.62% -
HSV(B) 131.25º 0.46% 0.81% -
XYZ 32.83 49.59 28.61 -
YUV 169.4 105.2 86.34 -
System Red Green Blue C M Y K H S L
Decimal 111 207 129 0.46 0 0.38 0.19 131.25 0.5 0.62
Hex 6F CF 81 2E 0 26 13 83 32 3E
Octal 157 317 201 56 0 46 23 203 62 76
Binary 1101111 11001111 10000001 101110 0 100110 10011 10000011 110010 111110

Color Harmonies of #6FCF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCF81

Black with #6FCF81

Text Example


Text Example

White with #6FCF81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,207,129); }

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

background-color css

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

 a { background-color: rgb(111,207,129); }

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

border-color css

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

 span { border-color: rgb(111,207,129); }

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