Html Css Color HEX #69CF47 Apple

📋 copy color: '#69CF47'

red 105 ◦ green 207 ◦ blue 71

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

Shades of Apple #69CF47

Tints of Apple #69CF47

RGB

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

 GREEN value IS 207 (81.25% from 255) = 54.05%

 BLUE value IS 71 (28.13% from 255) = 18.54%

R = 27.42%
G = 54.05%
B = 18.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#69CF47 (or 0x69CF47) is known color: Apple. HEX triplet: 69, CF and 47. RGB value is (105,207,71). Sum of RGB (Red+Green+Blue) = 105+207+71=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #69CF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CF47 is #9630B8. Grayscale: #A1A1A1. Windows color (decimal): -9842873 or 4706153. OLE color: 4706153.

HSL color Cylindrical-coordinate representation of color #69CF47: hue angle of 105º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69CF47 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 207 71 -
CMYK 0.49 0 0.66 0.19
HSL 105º 0.59% 0.55% -
HSV(B) 105º 0.66% 0.81% -
XYZ 29.28 48.08 13.7 -
YUV 161 77.21 88.06 -
System Red Green Blue C M Y K H S L
Decimal 105 207 71 0.49 0 0.66 0.19 105 0.59 0.55
Hex 69 CF 47 31 0 42 13 69 3B 37
Octal 151 317 107 61 0 102 23 151 73 67
Binary 1101001 11001111 1000111 110001 0 1000010 10011 1101001 111011 110111

Color Harmonies of #69CF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CF47

Black with #69CF47

Text Example


Text Example

White with #69CF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,207,71); }

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

background-color css

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

 a { background-color: rgb(105,207,71); }

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

border-color css

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

 span { border-color: rgb(105,207,71); }

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