Html Css Color HEX #7DF033 Atlantis

📋 copy color: '#7DF033'

red 125 ◦ green 240 ◦ blue 51

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

Shades of Atlantis #7DF033

Tints of Atlantis #7DF033

RGB

 RED value IS 125 (49.22% from 255) = 30.05%

 GREEN value IS 240 (94.14% from 255) = 57.69%

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

R = 30.05%
G = 57.69%
B = 12.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#7DF033 (or 0x7DF033) is known color: Atlantis. HEX triplet: 7D, F0 and 33. RGB value is (125,240,51). Sum of RGB (Red+Green+Blue) = 125+240+51=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 240 (94.14% from 255 or 57.69% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF033 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF033 is #820FCC. Grayscale: #B8B8B8. Windows color (decimal): -8523725 or 3403901. OLE color: 3403901.

HSL color Cylindrical-coordinate representation of color #7DF033: hue angle of 96.51º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DF033 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 240 51 -
CMYK 0.48 0 0.79 0.06
HSL 96.51º 0.86% 0.57% -
HSV(B) 96.51º 0.79% 0.94% -
XYZ 40.22 66.92 13.93 -
YUV 184.07 52.9 85.87 -
System Red Green Blue C M Y K H S L
Decimal 125 240 51 0.48 0 0.79 0.06 96.51 0.86 0.57
Hex 7D F0 33 30 0 4F 6 61 56 39
Octal 175 360 63 60 0 117 6 141 126 71
Binary 1111101 11110000 110011 110000 0 1001111 110 1100001 1010110 111001

Color Harmonies of #7DF033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF033

Black with #7DF033

Text Example


Text Example

White with #7DF033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DF033; }

 p { color: rgb(125,240,51); }

 H1.HeaderClassName
 {
   color: #7DF033;
 }
 .AnyTagClassName
 {
   color: #7DF033;
 }
</style>

background-color css

<style>
 a { background-color: #7DF033; }

 a { background-color: rgb(125,240,51); }

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

border-color css

<style>
 span { border-color: #7DF033; }

 span { border-color: rgb(125,240,51); }

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