Html Css Color HEX #69C94F Apple

📋 copy color: '#69C94F'

red 105 ◦ green 201 ◦ blue 79

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

Shades of Apple #69C94F

Tints of Apple #69C94F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.21%

 BLUE value IS 79 (31.25% from 255) = 20.52%

R = 27.27%
G = 52.21%
B = 20.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#69C94F (or 0x69C94F) is known color: Apple. HEX triplet: 69, C9 and 4F. RGB value is (105,201,79). Sum of RGB (Red+Green+Blue) = 105+201+79=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #69C94F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C94F is #9636B0. Grayscale: #9E9E9E. Windows color (decimal): -9844401 or 5228905. OLE color: 5228905.

HSL color Cylindrical-coordinate representation of color #69C94F: hue angle of 107.21º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69C94F is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 105 201 79 -
CMYK 0.48 0 0.61 0.21
HSL 107.21º 0.53% 0.55% -
HSV(B) 107.21º 0.61% 0.79% -
XYZ 28.12 45.34 14.67 -
YUV 158.39 83.2 89.92 -
System Red Green Blue C M Y K H S L
Decimal 105 201 79 0.48 0 0.61 0.21 107.21 0.53 0.55
Hex 69 C9 4F 30 0 3D 15 6B 35 37
Octal 151 311 117 60 0 75 25 153 65 67
Binary 1101001 11001001 1001111 110000 0 111101 10101 1101011 110101 110111

Color Harmonies of #69C94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C94F

Black with #69C94F

Text Example


Text Example

White with #69C94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,201,79); }

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

background-color css

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

 a { background-color: rgb(105,201,79); }

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

border-color css

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

 span { border-color: rgb(105,201,79); }

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