Html Css Color HEX #69C04D Apple

📋 copy color: '#69C04D'

red 105 ◦ green 192 ◦ blue 77

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

Shades of Apple #69C04D

Tints of Apple #69C04D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.34%

 BLUE value IS 77 (30.47% from 255) = 20.59%

R = 28.07%
G = 51.34%
B = 20.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#69C04D (or 0x69C04D) is known color: Apple. HEX triplet: 69, C0 and 4D. RGB value is (105,192,77). Sum of RGB (Red+Green+Blue) = 105+192+77=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #69C04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C04D is #963FB2. Grayscale: #999999. Windows color (decimal): -9846707 or 5095529. OLE color: 5095529.

HSL color Cylindrical-coordinate representation of color #69C04D: hue angle of 105.39º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69C04D is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 192 77 -
CMYK 0.45 0 0.60 0.25
HSL 105.39º 0.48% 0.53% -
HSV(B) 105.39º 0.6% 0.75% -
XYZ 26.01 41.24 13.61 -
YUV 152.88 85.18 93.85 -
System Red Green Blue C M Y K H S L
Decimal 105 192 77 0.45 0 0.60 0.25 105.39 0.48 0.53
Hex 69 C0 4D 2D 0 3C 19 69 30 35
Octal 151 300 115 55 0 74 31 151 60 65
Binary 1101001 11000000 1001101 101101 0 111100 11001 1101001 110000 110101

Color Harmonies of #69C04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C04D

Black with #69C04D

Text Example


Text Example

White with #69C04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,192,77); }

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

background-color css

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

 a { background-color: rgb(105,192,77); }

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

border-color css

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

 span { border-color: rgb(105,192,77); }

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