Html Css Color HEX #68DF41 Apple

📋 copy color: '#68DF41'

red 104 ◦ green 223 ◦ blue 65

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

Shades of Apple #68DF41

Tints of Apple #68DF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.58%

R = 26.53%
G = 56.89%
B = 16.58%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#68DF41 (or 0x68DF41) is known color: Apple. HEX triplet: 68, DF and 41. RGB value is (104,223,65). Sum of RGB (Red+Green+Blue) = 104+223+65=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 223 (87.5% from 255 or 56.89% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DF41 is #9720BE. Grayscale: #A9A9A9. Windows color (decimal): -9904319 or 4317032. OLE color: 4317032.

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

Color convert

RGB 104 223 65 -
CMYK 0.53 0 0.71 0.13
HSL 105.19º 0.71% 0.56% -
HSV(B) 105.19º 0.71% 0.87% -
XYZ 33.05 56.1 14.09 -
YUV 169.41 69.08 81.35 -
System Red Green Blue C M Y K H S L
Decimal 104 223 65 0.53 0 0.71 0.13 105.19 0.71 0.56
Hex 68 DF 41 35 0 47 D 69 47 38
Octal 150 337 101 65 0 107 15 151 107 70
Binary 1101000 11011111 1000001 110101 0 1000111 1101 1101001 1000111 111000

Color Harmonies of #68DF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DF41

Black with #68DF41

Text Example


Text Example

White with #68DF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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