Html Css Color HEX #69DE31 Apple

📋 copy color: '#69DE31'

red 105 ◦ green 222 ◦ blue 49

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

Shades of Apple #69DE31

Tints of Apple #69DE31

RGB

 RED value IS 105 (41.41% from 255) = 27.93%

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

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

R = 27.93%
G = 59.04%
B = 13.03%

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

#69DE31 (or 0x69DE31) is known color: Apple. HEX triplet: 69, DE and 31. RGB value is (105,222,49). Sum of RGB (Red+Green+Blue) = 105+222+49=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 222 (87.11% from 255 or 59.04% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 222 - color contains mainly: green. Hex color #69DE31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DE31 is #9621CE. Grayscale: #A7A7A7. Windows color (decimal): -9839055 or 3268201. OLE color: 3268201.

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

Color convert

RGB 105 222 49 -
CMYK 0.53 0 0.78 0.13
HSL 100.58º 0.72% 0.53% -
HSV(B) 100.58º 0.78% 0.87% -
XYZ 32.5 55.47 11.9 -
YUV 167.3 61.24 83.57 -
System Red Green Blue C M Y K H S L
Decimal 105 222 49 0.53 0 0.78 0.13 100.58 0.72 0.53
Hex 69 DE 31 35 0 4E D 65 48 35
Octal 151 336 61 65 0 116 15 145 110 65
Binary 1101001 11011110 110001 110101 0 1001110 1101 1100101 1001000 110101

Color Harmonies of #69DE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DE31

Black with #69DE31

Text Example


Text Example

White with #69DE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69DE31; }

 p { color: rgb(105,222,49); }

 H1.HeaderClassName
 {
   color: #69DE31;
 }
 .AnyTagClassName
 {
   color: #69DE31;
 }
</style>

background-color css

<style>
 a { background-color: #69DE31; }

 a { background-color: rgb(105,222,49); }

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

border-color css

<style>
 span { border-color: #69DE31; }

 span { border-color: rgb(105,222,49); }

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