Html Css Color HEX #6FD527 Lima

📋 copy color: '#6FD527'

red 111 ◦ green 213 ◦ blue 39

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

Shades of Lima #6FD527

Tints of Lima #6FD527

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.68%

 BLUE value IS 39 (15.63% from 255) = 10.74%

R = 30.58%
G = 58.68%
B = 10.74%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#6FD527 (or 0x6FD527) is known color: Lima. HEX triplet: 6F, D5 and 27. RGB value is (111,213,39). Sum of RGB (Red+Green+Blue) = 111+213+39=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD527 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD527 is #902AD8. Grayscale: #A3A3A3. Windows color (decimal): -9448153 or 2610543. OLE color: 2610543.

HSL color Cylindrical-coordinate representation of color #6FD527: hue angle of 95.17º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6FD527 is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 213 39 -
CMYK 0.48 0 0.82 0.16
HSL 95.17º 0.69% 0.49% -
HSV(B) 95.17º 0.82% 0.84% -
XYZ 30.72 51.11 10.17 -
YUV 162.67 58.21 91.15 -
System Red Green Blue C M Y K H S L
Decimal 111 213 39 0.48 0 0.82 0.16 95.17 0.69 0.49
Hex 6F D5 27 30 0 52 10 5F 45 31
Octal 157 325 47 60 0 122 20 137 105 61
Binary 1101111 11010101 100111 110000 0 1010010 10000 1011111 1000101 110001

Color Harmonies of #6FD527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD527

Black with #6FD527

Text Example


Text Example

White with #6FD527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,213,39); }

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

background-color css

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

 a { background-color: rgb(111,213,39); }

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

border-color css

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

 span { border-color: rgb(111,213,39); }

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