Html Css Color HEX #68DD2F Apple

📋 copy color: '#68DD2F'

red 104 ◦ green 221 ◦ blue 47

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

Shades of Apple #68DD2F

Tints of Apple #68DD2F

RGB

 RED value IS 104 (41.02% from 255) = 27.96%

 GREEN value IS 221 (86.72% from 255) = 59.41%

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

R = 27.96%
G = 59.41%
B = 12.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#68DD2F (or 0x68DD2F) is known color: Apple. HEX triplet: 68, DD and 2F. RGB value is (104,221,47). Sum of RGB (Red+Green+Blue) = 104+221+47=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 221 (86.72% from 255 or 59.41% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DD2F is #9722D0. Grayscale: #A6A6A6. Windows color (decimal): -9904849 or 3136872. OLE color: 3136872.

HSL color Cylindrical-coordinate representation of color #68DD2F: hue angle of 100.34º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68DD2F is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 221 47 -
CMYK 0.53 0 0.79 0.13
HSL 100.34º 0.72% 0.53% -
HSV(B) 100.34º 0.79% 0.87% -
XYZ 32.08 54.86 11.59 -
YUV 166.18 60.74 83.65 -
System Red Green Blue C M Y K H S L
Decimal 104 221 47 0.53 0 0.79 0.13 100.34 0.72 0.53
Hex 68 DD 2F 35 0 4F D 64 48 35
Octal 150 335 57 65 0 117 15 144 110 65
Binary 1101000 11011101 101111 110101 0 1001111 1101 1100100 1001000 110101

Color Harmonies of #68DD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DD2F

Black with #68DD2F

Text Example


Text Example

White with #68DD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68DD2F; }

 p { color: rgb(104,221,47); }

 H1.HeaderClassName
 {
   color: #68DD2F;
 }
 .AnyTagClassName
 {
   color: #68DD2F;
 }
</style>

background-color css

<style>
 a { background-color: #68DD2F; }

 a { background-color: rgb(104,221,47); }

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

border-color css

<style>
 span { border-color: #68DD2F; }

 span { border-color: rgb(104,221,47); }

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