Html Css Color HEX #6FCF2F Apple

📋 copy color: '#6FCF2F'

red 111 ◦ green 207 ◦ blue 47

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

Shades of Apple #6FCF2F

Tints of Apple #6FCF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.88%

R = 30.41%
G = 56.71%
B = 12.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#6FCF2F (or 0x6FCF2F) is known color: Apple. HEX triplet: 6F, CF and 2F. RGB value is (111,207,47). Sum of RGB (Red+Green+Blue) = 111+207+47=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCF2F is #9030D0. Grayscale: #A0A0A0. Windows color (decimal): -9449681 or 3133295. OLE color: 3133295.

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

Color convert

RGB 111 207 47 -
CMYK 0.46 0 0.77 0.19
HSL 96º 0.63% 0.5% -
HSV(B) 96º 0.77% 0.81% -
XYZ 29.38 48.21 10.45 -
YUV 160.06 64.2 93.01 -
System Red Green Blue C M Y K H S L
Decimal 111 207 47 0.46 0 0.77 0.19 96 0.63 0.5
Hex 6F CF 2F 2E 0 4D 13 60 3F 32
Octal 157 317 57 56 0 115 23 140 77 62
Binary 1101111 11001111 101111 101110 0 1001101 10011 1100000 111111 110010

Color Harmonies of #6FCF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCF2F

Black with #6FCF2F

Text Example


Text Example

White with #6FCF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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