Html Css Color HEX #95EA2D Atlantis

📋 copy color: '#95EA2D'

red 149 ◦ green 234 ◦ blue 45

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

Shades of Atlantis #95EA2D

Tints of Atlantis #95EA2D

RGB

 RED value IS 149 (58.59% from 255) = 34.81%

 GREEN value IS 234 (91.8% from 255) = 54.67%

 BLUE value IS 45 (17.97% from 255) = 10.51%

R = 34.81%
G = 54.67%
B = 10.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#95EA2D (or 0x95EA2D) is known color: Atlantis. HEX triplet: 95, EA and 2D. RGB value is (149,234,45). Sum of RGB (Red+Green+Blue) = 149+234+45=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 234 (91.80% from 255 or 54.67% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 234 - color contains mainly: green. Hex color #95EA2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95EA2D is #6A15D2. Grayscale: #BBBBBB. Windows color (decimal): -6952403 or 3009173. OLE color: 3009173.

HSL color Cylindrical-coordinate representation of color #95EA2D: hue angle of 86.98º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95EA2D is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 234 45 -
CMYK 0.36 0 0.81 0.08
HSL 86.98º 0.82% 0.55% -
HSV(B) 86.98º 0.81% 0.92% -
XYZ 42.29 65.42 12.88 -
YUV 187.04 47.84 100.87 -
System Red Green Blue C M Y K H S L
Decimal 149 234 45 0.36 0 0.81 0.08 86.98 0.82 0.55
Hex 95 EA 2D 24 0 51 8 57 52 37
Octal 225 352 55 44 0 121 10 127 122 67
Binary 10010101 11101010 101101 100100 0 1010001 1000 1010111 1010010 110111

Color Harmonies of #95EA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EA2D

Black with #95EA2D

Text Example


Text Example

White with #95EA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95EA2D; }

 p { color: rgb(149,234,45); }

 H1.HeaderClassName
 {
   color: #95EA2D;
 }
 .AnyTagClassName
 {
   color: #95EA2D;
 }
</style>

background-color css

<style>
 a { background-color: #95EA2D; }

 a { background-color: rgb(149,234,45); }

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

border-color css

<style>
 span { border-color: #95EA2D; }

 span { border-color: rgb(149,234,45); }

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