Html Css Color HEX #74BF3F Apple

📋 copy color: '#74BF3F'

red 116 ◦ green 191 ◦ blue 63

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

Shades of Apple #74BF3F

Tints of Apple #74BF3F

RGB

 RED value IS 116 (45.7% from 255) = 31.35%

 GREEN value IS 191 (75% from 255) = 51.62%

 BLUE value IS 63 (25% from 255) = 17.03%

R = 31.35%
G = 51.62%
B = 17.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#74BF3F (or 0x74BF3F) is known color: Apple. HEX triplet: 74, BF and 3F. RGB value is (116,191,63). Sum of RGB (Red+Green+Blue) = 116+191+63=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BF3F is #8B40C0. Grayscale: #9A9A9A. Windows color (decimal): -9126081 or 4177780. OLE color: 4177780.

HSL color Cylindrical-coordinate representation of color #74BF3F: hue angle of 95.16º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74BF3F is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 191 63 -
CMYK 0.39 0 0.67 0.25
HSL 95.16º 0.5% 0.5% -
HSV(B) 95.16º 0.67% 0.75% -
XYZ 26.73 41.33 11.27 -
YUV 153.98 76.65 100.91 -
System Red Green Blue C M Y K H S L
Decimal 116 191 63 0.39 0 0.67 0.25 95.16 0.5 0.5
Hex 74 BF 3F 27 0 43 19 5F 32 32
Octal 164 277 77 47 0 103 31 137 62 62
Binary 1110100 10111111 111111 100111 0 1000011 11001 1011111 110010 110010

Color Harmonies of #74BF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BF3F

Black with #74BF3F

Text Example


Text Example

White with #74BF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74BF3F; }

 p { color: rgb(116,191,63); }

 H1.HeaderClassName
 {
   color: #74BF3F;
 }
 .AnyTagClassName
 {
   color: #74BF3F;
 }
</style>

background-color css

<style>
 a { background-color: #74BF3F; }

 a { background-color: rgb(116,191,63); }

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

border-color css

<style>
 span { border-color: #74BF3F; }

 span { border-color: rgb(116,191,63); }

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