Html Css Color HEX #68D448 Apple

📋 copy color: '#68D448'

red 104 ◦ green 212 ◦ blue 72

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

Shades of Apple #68D448

Tints of Apple #68D448

RGB

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

 GREEN value IS 212 (83.2% from 255) = 54.64%

 BLUE value IS 72 (28.52% from 255) = 18.56%

R = 26.8%
G = 54.64%
B = 18.56%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#68D448 (or 0x68D448) is known color: Apple. HEX triplet: 68, D4 and 48. RGB value is (104,212,72). Sum of RGB (Red+Green+Blue) = 104+212+72=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 212 (83.20% from 255 or 54.64% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 212 - color contains mainly: green. Hex color #68D448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D448 is #972BB7. Grayscale: #A4A4A4. Windows color (decimal): -9907128 or 4772968. OLE color: 4772968.

HSL color Cylindrical-coordinate representation of color #68D448: hue angle of 106.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68D448 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 212 72 -
CMYK 0.51 0 0.66 0.17
HSL 106.29º 0.62% 0.56% -
HSV(B) 106.29º 0.66% 0.83% -
XYZ 30.42 50.5 14.27 -
YUV 163.75 76.22 85.38 -
System Red Green Blue C M Y K H S L
Decimal 104 212 72 0.51 0 0.66 0.17 106.29 0.62 0.56
Hex 68 D4 48 33 0 42 11 6A 3E 38
Octal 150 324 110 63 0 102 21 152 76 70
Binary 1101000 11010100 1001000 110011 0 1000010 10001 1101010 111110 111000

Color Harmonies of #68D448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D448

Black with #68D448

Text Example


Text Example

White with #68D448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,212,72); }

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

background-color css

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

 a { background-color: rgb(104,212,72); }

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

border-color css

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

 span { border-color: rgb(104,212,72); }

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