Html Css Color HEX #74BE4B Apple

📋 copy color: '#74BE4B'

red 116 ◦ green 190 ◦ blue 75

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

Shades of Apple #74BE4B

Tints of Apple #74BE4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 30.45%
G = 49.87%
B = 19.69%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#74BE4B (or 0x74BE4B) is known color: Apple. HEX triplet: 74, BE and 4B. RGB value is (116,190,75). Sum of RGB (Red+Green+Blue) = 116+190+75=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BE4B is #8B41B4. Grayscale: #9B9B9B. Windows color (decimal): -9126325 or 4963956. OLE color: 4963956.

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

Color convert

RGB 116 190 75 -
CMYK 0.39 0 0.61 0.25
HSL 98.61º 0.47% 0.52% -
HSV(B) 98.61º 0.61% 0.75% -
XYZ 26.89 41.05 13.16 -
YUV 154.76 82.98 100.35 -
System Red Green Blue C M Y K H S L
Decimal 116 190 75 0.39 0 0.61 0.25 98.61 0.47 0.52
Hex 74 BE 4B 27 0 3D 19 63 2F 34
Octal 164 276 113 47 0 75 31 143 57 64
Binary 1110100 10111110 1001011 100111 0 111101 11001 1100011 101111 110100

Color Harmonies of #74BE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BE4B

Black with #74BE4B

Text Example


Text Example

White with #74BE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,190,75); }

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

background-color css

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

 a { background-color: rgb(116,190,75); }

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

border-color css

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

 span { border-color: rgb(116,190,75); }

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