Html Css Color HEX #74C33D Apple

📋 copy color: '#74C33D'

red 116 ◦ green 195 ◦ blue 61

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

Shades of Apple #74C33D

Tints of Apple #74C33D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.42%

 BLUE value IS 61 (24.22% from 255) = 16.4%

R = 31.18%
G = 52.42%
B = 16.4%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#74C33D (or 0x74C33D) is known color: Apple. HEX triplet: 74, C3 and 3D. RGB value is (116,195,61). Sum of RGB (Red+Green+Blue) = 116+195+61=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #74C33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C33D is #8B3CC2. Grayscale: #9C9C9C. Windows color (decimal): -9125059 or 4047732. OLE color: 4047732.

HSL color Cylindrical-coordinate representation of color #74C33D: hue angle of 95.37º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74C33D is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 195 61 -
CMYK 0.41 0 0.69 0.24
HSL 95.37º 0.53% 0.5% -
HSV(B) 95.37º 0.69% 0.76% -
XYZ 27.56 43.08 11.28 -
YUV 156.1 74.33 99.4 -
System Red Green Blue C M Y K H S L
Decimal 116 195 61 0.41 0 0.69 0.24 95.37 0.53 0.5
Hex 74 C3 3D 29 0 45 18 5F 35 32
Octal 164 303 75 51 0 105 30 137 65 62
Binary 1110100 11000011 111101 101001 0 1000101 11000 1011111 110101 110010

Color Harmonies of #74C33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C33D

Black with #74C33D

Text Example


Text Example

White with #74C33D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,195,61); }

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

background-color css

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

 a { background-color: rgb(116,195,61); }

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

border-color css

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

 span { border-color: rgb(116,195,61); }

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