Html Css Color HEX #68DF30 Apple

📋 copy color: '#68DF30'

red 104 ◦ green 223 ◦ blue 48

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

Shades of Apple #68DF30

Tints of Apple #68DF30

RGB

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

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

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

R = 27.73%
G = 59.47%
B = 12.8%

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

#68DF30 (or 0x68DF30) is known color: Apple. HEX triplet: 68, DF and 30. RGB value is (104,223,48). Sum of RGB (Red+Green+Blue) = 104+223+48=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 223 (87.5% from 255 or 59.47% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DF30 is #9720CF. Grayscale: #A8A8A8. Windows color (decimal): -9904336 or 3202920. OLE color: 3202920.

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

Color convert

RGB 104 223 48 -
CMYK 0.53 0 0.78 0.13
HSL 100.8º 0.73% 0.53% -
HSV(B) 100.8º 0.78% 0.87% -
XYZ 32.63 55.93 11.87 -
YUV 167.47 60.58 82.73 -
System Red Green Blue C M Y K H S L
Decimal 104 223 48 0.53 0 0.78 0.13 100.8 0.73 0.53
Hex 68 DF 30 35 0 4E D 65 49 35
Octal 150 337 60 65 0 116 15 145 111 65
Binary 1101000 11011111 110000 110101 0 1001110 1101 1100101 1001001 110101

Color Harmonies of #68DF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DF30

Black with #68DF30

Text Example


Text Example

White with #68DF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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