Html Css Color HEX #6FD02D Apple

📋 copy color: '#6FD02D'

red 111 ◦ green 208 ◦ blue 45

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

Shades of Apple #6FD02D

Tints of Apple #6FD02D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.14%

 BLUE value IS 45 (17.97% from 255) = 12.36%

R = 30.49%
G = 57.14%
B = 12.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#6FD02D (or 0x6FD02D) is known color: Apple. HEX triplet: 6F, D0 and 2D. RGB value is (111,208,45). Sum of RGB (Red+Green+Blue) = 111+208+45=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 208 (81.64% from 255 or 57.14% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD02D is #902FD2. Grayscale: #A0A0A0. Windows color (decimal): -9449427 or 3002479. OLE color: 3002479.

HSL color Cylindrical-coordinate representation of color #6FD02D: hue angle of 95.71º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6FD02D is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 111 208 45 -
CMYK 0.47 0 0.78 0.18
HSL 95.71º 0.64% 0.5% -
HSV(B) 95.71º 0.78% 0.82% -
XYZ 29.59 48.68 10.32 -
YUV 160.42 62.86 92.75 -
System Red Green Blue C M Y K H S L
Decimal 111 208 45 0.47 0 0.78 0.18 95.71 0.64 0.5
Hex 6F D0 2D 2F 0 4E 12 60 40 32
Octal 157 320 55 57 0 116 22 140 100 62
Binary 1101111 11010000 101101 101111 0 1001110 10010 1100000 1000000 110010

Color Harmonies of #6FD02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD02D

Black with #6FD02D

Text Example


Text Example

White with #6FD02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,208,45); }

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

background-color css

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

 a { background-color: rgb(111,208,45); }

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

border-color css

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

 span { border-color: rgb(111,208,45); }

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