Html Css Color HEX #69C245 Apple

📋 copy color: '#69C245'

red 105 ◦ green 194 ◦ blue 69

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

Shades of Apple #69C245

Tints of Apple #69C245

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.72%

 BLUE value IS 69 (27.34% from 255) = 18.75%

R = 28.53%
G = 52.72%
B = 18.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#69C245 (or 0x69C245) is known color: Apple. HEX triplet: 69, C2 and 45. RGB value is (105,194,69). Sum of RGB (Red+Green+Blue) = 105+194+69=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #69C245 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C245 is #963DBA. Grayscale: #999999. Windows color (decimal): -9846203 or 4571753. OLE color: 4571753.

HSL color Cylindrical-coordinate representation of color #69C245: hue angle of 102.72º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #69C245 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 194 69 -
CMYK 0.46 0 0.64 0.24
HSL 102.72º 0.51% 0.52% -
HSV(B) 102.72º 0.64% 0.76% -
XYZ 26.19 42.02 12.36 -
YUV 153.14 80.51 93.66 -
System Red Green Blue C M Y K H S L
Decimal 105 194 69 0.46 0 0.64 0.24 102.72 0.51 0.52
Hex 69 C2 45 2E 0 40 18 67 33 34
Octal 151 302 105 56 0 100 30 147 63 64
Binary 1101001 11000010 1000101 101110 0 1000000 11000 1100111 110011 110100

Color Harmonies of #69C245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C245

Black with #69C245

Text Example


Text Example

White with #69C245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,194,69); }

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

background-color css

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

 a { background-color: rgb(105,194,69); }

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

border-color css

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

 span { border-color: rgb(105,194,69); }

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