Html Css Color HEX #74CD38 Apple

📋 copy color: '#74CD38'

red 116 ◦ green 205 ◦ blue 56

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

Shades of Apple #74CD38

Tints of Apple #74CD38

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.38%

 BLUE value IS 56 (22.27% from 255) = 14.85%

R = 30.77%
G = 54.38%
B = 14.85%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#74CD38 (or 0x74CD38) is known color: Apple. HEX triplet: 74, CD and 38. RGB value is (116,205,56). Sum of RGB (Red+Green+Blue) = 116+205+56=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CD38 is #8B32C7. Grayscale: #A1A1A1. Windows color (decimal): -9122504 or 3722612. OLE color: 3722612.

HSL color Cylindrical-coordinate representation of color #74CD38: hue angle of 95.84º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74CD38 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 205 56 -
CMYK 0.43 0 0.73 0.20
HSL 95.84º 0.6% 0.51% -
HSV(B) 95.84º 0.73% 0.8% -
XYZ 29.75 47.66 11.37 -
YUV 161.4 68.51 95.62 -
System Red Green Blue C M Y K H S L
Decimal 116 205 56 0.43 0 0.73 0.20 95.84 0.6 0.51
Hex 74 CD 38 2B 0 49 14 60 3C 33
Octal 164 315 70 53 0 111 24 140 74 63
Binary 1110100 11001101 111000 101011 0 1001001 10100 1100000 111100 110011

Color Harmonies of #74CD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CD38

Black with #74CD38

Text Example


Text Example

White with #74CD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,205,56); }

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

background-color css

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

 a { background-color: rgb(116,205,56); }

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

border-color css

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

 span { border-color: rgb(116,205,56); }

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