Html Css Color HEX #68DD38 Apple

📋 copy color: '#68DD38'

red 104 ◦ green 221 ◦ blue 56

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

Shades of Apple #68DD38

Tints of Apple #68DD38

RGB

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

 GREEN value IS 221 (86.72% from 255) = 58.01%

 BLUE value IS 56 (22.27% from 255) = 14.7%

R = 27.3%
G = 58.01%
B = 14.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#68DD38 (or 0x68DD38) is known color: Apple. HEX triplet: 68, DD and 38. RGB value is (104,221,56). Sum of RGB (Red+Green+Blue) = 104+221+56=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DD38 is #9722C7. Grayscale: #A7A7A7. Windows color (decimal): -9904840 or 3726696. OLE color: 3726696.

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

Color convert

RGB 104 221 56 -
CMYK 0.53 0 0.75 0.13
HSL 102.55º 0.71% 0.54% -
HSV(B) 102.55º 0.75% 0.87% -
XYZ 32.28 54.94 12.64 -
YUV 167.21 65.24 82.92 -
System Red Green Blue C M Y K H S L
Decimal 104 221 56 0.53 0 0.75 0.13 102.55 0.71 0.54
Hex 68 DD 38 35 0 4B D 67 47 36
Octal 150 335 70 65 0 113 15 147 107 66
Binary 1101000 11011101 111000 110101 0 1001011 1101 1100111 1000111 110110

Color Harmonies of #68DD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DD38

Black with #68DD38

Text Example


Text Example

White with #68DD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,221,56); }

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

background-color css

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

 a { background-color: rgb(104,221,56); }

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

border-color css

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

 span { border-color: rgb(104,221,56); }

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