Html Css Color HEX #69C331 Apple

📋 copy color: '#69C331'

red 105 ◦ green 195 ◦ blue 49

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

Shades of Apple #69C331

Tints of Apple #69C331

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.87%

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

R = 30.09%
G = 55.87%
B = 14.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#69C331 (or 0x69C331) is known color: Apple. HEX triplet: 69, C3 and 31. RGB value is (105,195,49). Sum of RGB (Red+Green+Blue) = 105+195+49=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 195 (76.56% from 255 or 55.87% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 195 - color contains mainly: green. Hex color #69C331 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C331 is #963CCE. Grayscale: #979797. Windows color (decimal): -9845967 or 3261289. OLE color: 3261289.

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

Color convert

RGB 105 195 49 -
CMYK 0.46 0 0.75 0.24
HSL 96.99º 0.6% 0.48% -
HSV(B) 96.99º 0.75% 0.76% -
XYZ 25.9 42.26 9.7 -
YUV 151.45 70.18 94.87 -
System Red Green Blue C M Y K H S L
Decimal 105 195 49 0.46 0 0.75 0.24 96.99 0.6 0.48
Hex 69 C3 31 2E 0 4B 18 61 3C 30
Octal 151 303 61 56 0 113 30 141 74 60
Binary 1101001 11000011 110001 101110 0 1001011 11000 1100001 111100 110000

Color Harmonies of #69C331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C331

Black with #69C331

Text Example


Text Example

White with #69C331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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