Html Css Color HEX #69BE55 Apple

📋 copy color: '#69BE55'

red 105 ◦ green 190 ◦ blue 85

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

Shades of Apple #69BE55

Tints of Apple #69BE55

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50%

 BLUE value IS 85 (33.59% from 255) = 22.37%

R = 27.63%
G = 50%
B = 22.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#69BE55 (or 0x69BE55) is known color: Apple. HEX triplet: 69, BE and 55. RGB value is (105,190,85). Sum of RGB (Red+Green+Blue) = 105+190+85=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #69BE55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BE55 is #9641AA. Grayscale: #989898. Windows color (decimal): -9847211 or 5619305. OLE color: 5619305.

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

Color convert

RGB 105 190 85 -
CMYK 0.45 0 0.55 0.25
HSL 108.57º 0.45% 0.54% -
HSV(B) 108.57º 0.55% 0.75% -
XYZ 25.88 40.49 15.04 -
YUV 152.62 89.84 94.04 -
System Red Green Blue C M Y K H S L
Decimal 105 190 85 0.45 0 0.55 0.25 108.57 0.45 0.54
Hex 69 BE 55 2D 0 37 19 6D 2D 36
Octal 151 276 125 55 0 67 31 155 55 66
Binary 1101001 10111110 1010101 101101 0 110111 11001 1101101 101101 110110

Color Harmonies of #69BE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BE55

Black with #69BE55

Text Example


Text Example

White with #69BE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,190,85); }

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

background-color css

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

 a { background-color: rgb(105,190,85); }

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

border-color css

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

 span { border-color: rgb(105,190,85); }

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