Html Css Color HEX #68D53D Apple

📋 copy color: '#68D53D'

red 104 ◦ green 213 ◦ blue 61

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

Shades of Apple #68D53D

Tints of Apple #68D53D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 56.35%

 BLUE value IS 61 (24.22% from 255) = 16.14%

R = 27.51%
G = 56.35%
B = 16.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#68D53D (or 0x68D53D) is known color: Apple. HEX triplet: 68, D5 and 3D. RGB value is (104,213,61). Sum of RGB (Red+Green+Blue) = 104+213+61=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 213 (83.59% from 255 or 56.35% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 213 - color contains mainly: green. Hex color #68D53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D53D is #972AC2. Grayscale: #A3A3A3. Windows color (decimal): -9906883 or 4052328. OLE color: 4052328.

HSL color Cylindrical-coordinate representation of color #68D53D: hue angle of 103.03º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68D53D is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 213 61 -
CMYK 0.51 0 0.71 0.16
HSL 103.03º 0.64% 0.54% -
HSV(B) 103.03º 0.71% 0.84% -
XYZ 30.35 50.87 12.63 -
YUV 163.08 70.39 85.86 -
System Red Green Blue C M Y K H S L
Decimal 104 213 61 0.51 0 0.71 0.16 103.03 0.64 0.54
Hex 68 D5 3D 33 0 47 10 67 40 36
Octal 150 325 75 63 0 107 20 147 100 66
Binary 1101000 11010101 111101 110011 0 1000111 10000 1100111 1000000 110110

Color Harmonies of #68D53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D53D

Black with #68D53D

Text Example


Text Example

White with #68D53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,213,61); }

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

background-color css

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

 a { background-color: rgb(104,213,61); }

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

border-color css

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

 span { border-color: rgb(104,213,61); }

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