Html Css Color HEX #6FBF40 Apple

📋 copy color: '#6FBF40'

red 111 ◦ green 191 ◦ blue 64

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

Shades of Apple #6FBF40

Tints of Apple #6FBF40

RGB

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

 GREEN value IS 191 (75% from 255) = 52.19%

 BLUE value IS 64 (25.39% from 255) = 17.49%

R = 30.33%
G = 52.19%
B = 17.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#6FBF40 (or 0x6FBF40) is known color: Apple. HEX triplet: 6F, BF and 40. RGB value is (111,191,64). Sum of RGB (Red+Green+Blue) = 111+191+64=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBF40 is #9040BF. Grayscale: #999999. Windows color (decimal): -9453760 or 4243311. OLE color: 4243311.

HSL color Cylindrical-coordinate representation of color #6FBF40: hue angle of 97.8º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6FBF40 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 191 64 -
CMYK 0.42 0 0.66 0.25
HSL 97.8º 0.5% 0.5% -
HSV(B) 97.8º 0.66% 0.75% -
XYZ 26.11 41.01 11.39 -
YUV 152.6 78 98.33 -
System Red Green Blue C M Y K H S L
Decimal 111 191 64 0.42 0 0.66 0.25 97.8 0.5 0.5
Hex 6F BF 40 2A 0 42 19 62 32 32
Octal 157 277 100 52 0 102 31 142 62 62
Binary 1101111 10111111 1000000 101010 0 1000010 11001 1100010 110010 110010

Color Harmonies of #6FBF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBF40

Black with #6FBF40

Text Example


Text Example

White with #6FBF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,191,64); }

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

background-color css

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

 a { background-color: rgb(111,191,64); }

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

border-color css

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

 span { border-color: rgb(111,191,64); }

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