Html Css Color HEX #6FCF75 Pastel Green

📋 copy color: '#6FCF75'

red 111 ◦ green 207 ◦ blue 117

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

Shades of Pastel Green #6FCF75

Tints of Pastel Green #6FCF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.9%

R = 25.52%
G = 47.59%
B = 26.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#6FCF75 (or 0x6FCF75) is known color: Pastel Green. HEX triplet: 6F, CF and 75. RGB value is (111,207,117). Sum of RGB (Red+Green+Blue) = 111+207+117=435 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.52% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCF75 is #90308A. Grayscale: #A8A8A8. Windows color (decimal): -9449611 or 7720815. OLE color: 7720815.

HSL color Cylindrical-coordinate representation of color #6FCF75: hue angle of 123.75º 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 #6FCF75 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 207 117 -
CMYK 0.46 0 0.43 0.19
HSL 123.75º 0.5% 0.62% -
HSV(B) 123.75º 0.46% 0.81% -
XYZ 32.08 49.29 24.65 -
YUV 168.04 99.2 87.32 -
System Red Green Blue C M Y K H S L
Decimal 111 207 117 0.46 0 0.43 0.19 123.75 0.5 0.62
Hex 6F CF 75 2E 0 2B 13 7C 32 3E
Octal 157 317 165 56 0 53 23 174 62 76
Binary 1101111 11001111 1110101 101110 0 101011 10011 1111100 110010 111110

Color Harmonies of #6FCF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCF75

Black with #6FCF75

Text Example


Text Example

White with #6FCF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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