Html Css Color HEX #68DA46 Apple

📋 copy color: '#68DA46'

red 104 ◦ green 218 ◦ blue 70

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

Shades of Apple #68DA46

Tints of Apple #68DA46

RGB

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

 GREEN value IS 218 (85.55% from 255) = 55.61%

 BLUE value IS 70 (27.73% from 255) = 17.86%

R = 26.53%
G = 55.61%
B = 17.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#68DA46 (or 0x68DA46) is known color: Apple. HEX triplet: 68, DA and 46. RGB value is (104,218,70). Sum of RGB (Red+Green+Blue) = 104+218+70=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 218 (85.55% from 255 or 55.61% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DA46 is #9725B9. Grayscale: #A7A7A7. Windows color (decimal): -9905594 or 4643432. OLE color: 4643432.

HSL color Cylindrical-coordinate representation of color #68DA46: hue angle of 106.22º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68DA46 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 218 70 -
CMYK 0.52 0 0.68 0.15
HSL 106.22º 0.67% 0.56% -
HSV(B) 106.22º 0.68% 0.85% -
XYZ 31.89 53.53 14.45 -
YUV 167.04 73.23 83.03 -
System Red Green Blue C M Y K H S L
Decimal 104 218 70 0.52 0 0.68 0.15 106.22 0.67 0.56
Hex 68 DA 46 34 0 44 F 6A 43 38
Octal 150 332 106 64 0 104 17 152 103 70
Binary 1101000 11011010 1000110 110100 0 1000100 1111 1101010 1000011 111000

Color Harmonies of #68DA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DA46

Black with #68DA46

Text Example


Text Example

White with #68DA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,218,70); }

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

background-color css

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

 a { background-color: rgb(104,218,70); }

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

border-color css

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

 span { border-color: rgb(104,218,70); }

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