Html Css Color HEX #74DF36 Atlantis

📋 copy color: '#74DF36'

red 116 ◦ green 223 ◦ blue 54

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

Shades of Atlantis #74DF36

Tints of Atlantis #74DF36

RGB

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

 GREEN value IS 223 (87.5% from 255) = 56.74%

 BLUE value IS 54 (21.48% from 255) = 13.74%

R = 29.52%
G = 56.74%
B = 13.74%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#74DF36 (or 0x74DF36) is known color: Atlantis. HEX triplet: 74, DF and 36. RGB value is (116,223,54). Sum of RGB (Red+Green+Blue) = 116+223+54=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 223 (87.5% from 255 or 56.74% from 393); Blue value is 54 (21.48% from 255 or 13.74% from 393); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DF36 is #8B20C9. Grayscale: #ACACAC. Windows color (decimal): -9117898 or 3596148. OLE color: 3596148.

HSL color Cylindrical-coordinate representation of color #74DF36: hue angle of 97.99º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74DF36 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 223 54 -
CMYK 0.48 0 0.76 0.13
HSL 97.99º 0.73% 0.54% -
HSV(B) 97.99º 0.76% 0.87% -
XYZ 34.26 56.75 12.64 -
YUV 171.74 61.55 88.24 -
System Red Green Blue C M Y K H S L
Decimal 116 223 54 0.48 0 0.76 0.13 97.99 0.73 0.54
Hex 74 DF 36 30 0 4C D 62 49 36
Octal 164 337 66 60 0 114 15 142 111 66
Binary 1110100 11011111 110110 110000 0 1001100 1101 1100010 1001001 110110

Color Harmonies of #74DF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DF36

Black with #74DF36

Text Example


Text Example

White with #74DF36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,223,54); }

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

background-color css

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

 a { background-color: rgb(116,223,54); }

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

border-color css

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

 span { border-color: rgb(116,223,54); }

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