Html Css Color HEX #68D03A Apple

📋 copy color: '#68D03A'

red 104 ◦ green 208 ◦ blue 58

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

Shades of Apple #68D03A

Tints of Apple #68D03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.68%

R = 28.11%
G = 56.22%
B = 15.68%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#68D03A (or 0x68D03A) is known color: Apple. HEX triplet: 68, D0 and 3A. RGB value is (104,208,58). Sum of RGB (Red+Green+Blue) = 104+208+58=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #68D03A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D03A is #972FC5. Grayscale: #A0A0A0. Windows color (decimal): -9908166 or 3854440. OLE color: 3854440.

HSL color Cylindrical-coordinate representation of color #68D03A: hue angle of 101.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68D03A is Cyan = 0.5, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 208 58 -
CMYK 0.5 0 0.72 0.18
HSL 101.6º 0.61% 0.52% -
HSV(B) 101.6º 0.72% 0.82% -
XYZ 29.03 48.36 11.81 -
YUV 159.8 70.54 88.2 -
System Red Green Blue C M Y K H S L
Decimal 104 208 58 0.5 0 0.72 0.18 101.6 0.61 0.52
Hex 68 D0 3A 32 0 48 12 66 3D 34
Octal 150 320 72 62 0 110 22 146 75 64
Binary 1101000 11010000 111010 110010 0 1001000 10010 1100110 111101 110100

Color Harmonies of #68D03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D03A

Black with #68D03A

Text Example


Text Example

White with #68D03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,208,58); }

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

background-color css

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

 a { background-color: rgb(104,208,58); }

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

border-color css

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

 span { border-color: rgb(104,208,58); }

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