Html Css Color HEX #95DB3E Atlantis

📋 copy color: '#95DB3E'

red 149 ◦ green 219 ◦ blue 62

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

Shades of Atlantis #95DB3E

Tints of Atlantis #95DB3E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.93%

 BLUE value IS 62 (24.61% from 255) = 14.42%

R = 34.65%
G = 50.93%
B = 14.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#95DB3E (or 0x95DB3E) is known color: Atlantis. HEX triplet: 95, DB and 3E. RGB value is (149,219,62). Sum of RGB (Red+Green+Blue) = 149+219+62=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DB3E is #6A24C1. Grayscale: #B4B4B4. Windows color (decimal): -6956226 or 4119445. OLE color: 4119445.

HSL color Cylindrical-coordinate representation of color #95DB3E: hue angle of 86.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95DB3E is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 219 62 -
CMYK 0.32 0 0.72 0.14
HSL 86.75º 0.69% 0.55% -
HSV(B) 86.75º 0.72% 0.86% -
XYZ 38.6 57.4 13.6 -
YUV 180.17 61.31 105.77 -
System Red Green Blue C M Y K H S L
Decimal 149 219 62 0.32 0 0.72 0.14 86.75 0.69 0.55
Hex 95 DB 3E 20 0 48 E 57 45 37
Octal 225 333 76 40 0 110 16 127 105 67
Binary 10010101 11011011 111110 100000 0 1001000 1110 1010111 1000101 110111

Color Harmonies of #95DB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DB3E

Black with #95DB3E

Text Example


Text Example

White with #95DB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,219,62); }

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

background-color css

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

 a { background-color: rgb(149,219,62); }

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

border-color css

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

 span { border-color: rgb(149,219,62); }

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