Html Css Color HEX #68D03B Apple

📋 copy color: '#68D03B'

red 104 ◦ green 208 ◦ blue 59

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

Shades of Apple #68D03B

Tints of Apple #68D03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.9%

R = 28.03%
G = 56.06%
B = 15.9%

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

#68D03B (or 0x68D03B) is known color: Apple. HEX triplet: 68, D0 and 3B. RGB value is (104,208,59). Sum of RGB (Red+Green+Blue) = 104+208+59=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #68D03B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D03B is #972FC4. Grayscale: #A0A0A0. Windows color (decimal): -9908165 or 3919976. OLE color: 3919976.

HSL color Cylindrical-coordinate representation of color #68D03B: hue angle of 101.88º 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 #68D03B is Cyan = 0.5, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 208 59 -
CMYK 0.5 0 0.72 0.18
HSL 101.88º 0.61% 0.52% -
HSV(B) 101.88º 0.72% 0.82% -
XYZ 29.05 48.37 11.94 -
YUV 159.92 71.04 88.12 -
System Red Green Blue C M Y K H S L
Decimal 104 208 59 0.5 0 0.72 0.18 101.88 0.61 0.52
Hex 68 D0 3B 32 0 48 12 66 3D 34
Octal 150 320 73 62 0 110 22 146 75 64
Binary 1101000 11010000 111011 110010 0 1001000 10010 1100110 111101 110100

Color Harmonies of #68D03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D03B

Black with #68D03B

Text Example


Text Example

White with #68D03B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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