Html Css Color HEX #68DD31 Apple

📋 copy color: '#68DD31'

red 104 ◦ green 221 ◦ blue 49

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

Shades of Apple #68DD31

Tints of Apple #68DD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.1%

R = 27.81%
G = 59.09%
B = 13.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#68DD31 (or 0x68DD31) is known color: Apple. HEX triplet: 68, DD and 31. RGB value is (104,221,49). Sum of RGB (Red+Green+Blue) = 104+221+49=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 221 (86.72% from 255 or 59.09% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DD31 is #9722CE. Grayscale: #A6A6A6. Windows color (decimal): -9904847 or 3267944. OLE color: 3267944.

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

Color convert

RGB 104 221 49 -
CMYK 0.53 0 0.78 0.13
HSL 100.81º 0.72% 0.53% -
HSV(B) 100.81º 0.78% 0.87% -
XYZ 32.12 54.88 11.81 -
YUV 166.41 61.74 83.49 -
System Red Green Blue C M Y K H S L
Decimal 104 221 49 0.53 0 0.78 0.13 100.81 0.72 0.53
Hex 68 DD 31 35 0 4E D 65 48 35
Octal 150 335 61 65 0 116 15 145 110 65
Binary 1101000 11011101 110001 110101 0 1001110 1101 1100101 1001000 110101

Color Harmonies of #68DD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DD31

Black with #68DD31

Text Example


Text Example

White with #68DD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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