Html Css Color HEX #68DF3D Apple

📋 copy color: '#68DF3D'

red 104 ◦ green 223 ◦ blue 61

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

Shades of Apple #68DF3D

Tints of Apple #68DF3D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 57.47%

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

R = 26.8%
G = 57.47%
B = 15.72%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#68DF3D (or 0x68DF3D) is known color: Apple. HEX triplet: 68, DF and 3D. RGB value is (104,223,61). Sum of RGB (Red+Green+Blue) = 104+223+61=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 223 (87.5% from 255 or 57.47% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DF3D is #9720C2. Grayscale: #A9A9A9. Windows color (decimal): -9904323 or 4054888. OLE color: 4054888.

HSL color Cylindrical-coordinate representation of color #68DF3D: hue angle of 104.07º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68DF3D is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 223 61 -
CMYK 0.53 0 0.73 0.13
HSL 104.07º 0.72% 0.56% -
HSV(B) 104.07º 0.73% 0.87% -
XYZ 32.94 56.06 13.5 -
YUV 168.95 67.08 81.67 -
System Red Green Blue C M Y K H S L
Decimal 104 223 61 0.53 0 0.73 0.13 104.07 0.72 0.56
Hex 68 DF 3D 35 0 49 D 68 48 38
Octal 150 337 75 65 0 111 15 150 110 70
Binary 1101000 11011111 111101 110101 0 1001001 1101 1101000 1001000 111000

Color Harmonies of #68DF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DF3D

Black with #68DF3D

Text Example


Text Example

White with #68DF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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