Html Css Color HEX #68DE30 Apple

📋 copy color: '#68DE30'

red 104 ◦ green 222 ◦ blue 48

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

Shades of Apple #68DE30

Tints of Apple #68DE30

RGB

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

 GREEN value IS 222 (87.11% from 255) = 59.36%

 BLUE value IS 48 (19.14% from 255) = 12.83%

R = 27.81%
G = 59.36%
B = 12.83%

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

#68DE30 (or 0x68DE30) is known color: Apple. HEX triplet: 68, DE and 30. RGB value is (104,222,48). Sum of RGB (Red+Green+Blue) = 104+222+48=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 222 (87.11% from 255 or 59.36% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 222 - color contains mainly: green. Hex color #68DE30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DE30 is #9721CF. Grayscale: #A7A7A7. Windows color (decimal): -9904592 or 3202664. OLE color: 3202664.

HSL color Cylindrical-coordinate representation of color #68DE30: hue angle of 100.69º degrees, saturation: 0.73, 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 #68DE30 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 222 48 -
CMYK 0.53 0 0.78 0.13
HSL 100.69º 0.73% 0.53% -
HSV(B) 100.69º 0.78% 0.87% -
XYZ 32.36 55.4 11.78 -
YUV 166.88 60.91 83.15 -
System Red Green Blue C M Y K H S L
Decimal 104 222 48 0.53 0 0.78 0.13 100.69 0.73 0.53
Hex 68 DE 30 35 0 4E D 65 48 35
Octal 150 336 60 65 0 116 15 145 110 65
Binary 1101000 11011110 110000 110101 0 1001110 1101 1100101 1001000 110101

Color Harmonies of #68DE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DE30

Black with #68DE30

Text Example


Text Example

White with #68DE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,222,48); }

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

background-color css

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

 a { background-color: rgb(104,222,48); }

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

border-color css

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

 span { border-color: rgb(104,222,48); }

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