Html Css Color HEX #74CD30 Apple

📋 copy color: '#74CD30'

red 116 ◦ green 205 ◦ blue 48

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

Shades of Apple #74CD30

Tints of Apple #74CD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.01%

R = 31.44%
G = 55.56%
B = 13.01%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#74CD30 (or 0x74CD30) is known color: Apple. HEX triplet: 74, CD and 30. RGB value is (116,205,48). Sum of RGB (Red+Green+Blue) = 116+205+48=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 205 (80.47% from 255 or 55.56% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CD30 is #8B32CF. Grayscale: #A1A1A1. Windows color (decimal): -9122512 or 3198324. OLE color: 3198324.

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

Color convert

RGB 116 205 48 -
CMYK 0.43 0 0.77 0.20
HSL 94.01º 0.62% 0.5% -
HSV(B) 94.01º 0.77% 0.8% -
XYZ 29.57 47.59 10.42 -
YUV 160.49 64.51 96.27 -
System Red Green Blue C M Y K H S L
Decimal 116 205 48 0.43 0 0.77 0.20 94.01 0.62 0.5
Hex 74 CD 30 2B 0 4D 14 5E 3E 32
Octal 164 315 60 53 0 115 24 136 76 62
Binary 1110100 11001101 110000 101011 0 1001101 10100 1011110 111110 110010

Color Harmonies of #74CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CD30

Black with #74CD30

Text Example


Text Example

White with #74CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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