Html Css Color HEX #74C333 Apple

📋 copy color: '#74C333'

red 116 ◦ green 195 ◦ blue 51

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

Shades of Apple #74C333

Tints of Apple #74C333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.09%

R = 32.04%
G = 53.87%
B = 14.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#74C333 (or 0x74C333) is known color: Apple. HEX triplet: 74, C3 and 33. RGB value is (116,195,51). Sum of RGB (Red+Green+Blue) = 116+195+51=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #74C333 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C333 is #8B3CCC. Grayscale: #9B9B9B. Windows color (decimal): -9125069 or 3392372. OLE color: 3392372.

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

Color convert

RGB 116 195 51 -
CMYK 0.41 0 0.74 0.24
HSL 92.92º 0.59% 0.48% -
HSV(B) 92.92º 0.74% 0.76% -
XYZ 27.32 42.98 9.99 -
YUV 154.96 69.33 100.21 -
System Red Green Blue C M Y K H S L
Decimal 116 195 51 0.41 0 0.74 0.24 92.92 0.59 0.48
Hex 74 C3 33 29 0 4A 18 5D 3B 30
Octal 164 303 63 51 0 112 30 135 73 60
Binary 1110100 11000011 110011 101001 0 1001010 11000 1011101 111011 110000

Color Harmonies of #74C333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C333

Black with #74C333

Text Example


Text Example

White with #74C333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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