Html Css Color HEX #69CF4A Apple

📋 copy color: '#69CF4A'

red 105 ◦ green 207 ◦ blue 74

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

Shades of Apple #69CF4A

Tints of Apple #69CF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.17%

R = 27.2%
G = 53.63%
B = 19.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#69CF4A (or 0x69CF4A) is known color: Apple. HEX triplet: 69, CF and 4A. RGB value is (105,207,74). Sum of RGB (Red+Green+Blue) = 105+207+74=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #69CF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CF4A is #9630B5. Grayscale: #A1A1A1. Windows color (decimal): -9842870 or 4902761. OLE color: 4902761.

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

Color convert

RGB 105 207 74 -
CMYK 0.49 0 0.64 0.19
HSL 106.02º 0.58% 0.55% -
HSV(B) 106.02º 0.64% 0.81% -
XYZ 29.37 48.12 14.22 -
YUV 161.34 78.71 87.81 -
System Red Green Blue C M Y K H S L
Decimal 105 207 74 0.49 0 0.64 0.19 106.02 0.58 0.55
Hex 69 CF 4A 31 0 40 13 6A 3A 37
Octal 151 317 112 61 0 100 23 152 72 67
Binary 1101001 11001111 1001010 110001 0 1000000 10011 1101010 111010 110111

Color Harmonies of #69CF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CF4A

Black with #69CF4A

Text Example


Text Example

White with #69CF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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