Html Css Color HEX #69DD34 Apple

📋 copy color: '#69DD34'

red 105 ◦ green 221 ◦ blue 52

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

Shades of Apple #69DD34

Tints of Apple #69DD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.76%

R = 27.78%
G = 58.47%
B = 13.76%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#69DD34 (or 0x69DD34) is known color: Apple. HEX triplet: 69, DD and 34. RGB value is (105,221,52). Sum of RGB (Red+Green+Blue) = 105+221+52=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 221 (86.72% from 255 or 58.47% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DD34 is #9622CB. Grayscale: #A7A7A7. Windows color (decimal): -9839308 or 3464553. OLE color: 3464553.

HSL color Cylindrical-coordinate representation of color #69DD34: hue angle of 101.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69DD34 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 221 52 -
CMYK 0.52 0 0.76 0.13
HSL 101.18º 0.71% 0.54% -
HSV(B) 101.18º 0.76% 0.87% -
XYZ 32.3 54.96 12.16 -
YUV 167.05 63.07 83.74 -
System Red Green Blue C M Y K H S L
Decimal 105 221 52 0.52 0 0.76 0.13 101.18 0.71 0.54
Hex 69 DD 34 34 0 4C D 65 47 36
Octal 151 335 64 64 0 114 15 145 107 66
Binary 1101001 11011101 110100 110100 0 1001100 1101 1100101 1000111 110110

Color Harmonies of #69DD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DD34

Black with #69DD34

Text Example


Text Example

White with #69DD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,221,52); }

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

background-color css

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

 a { background-color: rgb(105,221,52); }

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

border-color css

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

 span { border-color: rgb(105,221,52); }

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