Html Css Color HEX #95CB40 Atlantis

📋 copy color: '#95CB40'

red 149 ◦ green 203 ◦ blue 64

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

Shades of Atlantis #95CB40

Tints of Atlantis #95CB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.8%

 BLUE value IS 64 (25.39% from 255) = 15.38%

R = 35.82%
G = 48.8%
B = 15.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#95CB40 (or 0x95CB40) is known color: Atlantis. HEX triplet: 95, CB and 40. RGB value is (149,203,64). Sum of RGB (Red+Green+Blue) = 149+203+64=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #95CB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CB40 is #6A34BF. Grayscale: #ABABAB. Windows color (decimal): -6960320 or 4246421. OLE color: 4246421.

HSL color Cylindrical-coordinate representation of color #95CB40: hue angle of 83.31º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95CB40 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 203 64 -
CMYK 0.27 0 0.68 0.20
HSL 83.31º 0.57% 0.52% -
HSV(B) 83.31º 0.68% 0.8% -
XYZ 34.68 49.47 12.57 -
YUV 171.01 67.61 112.3 -
System Red Green Blue C M Y K H S L
Decimal 149 203 64 0.27 0 0.68 0.20 83.31 0.57 0.52
Hex 95 CB 40 1B 0 44 14 53 39 34
Octal 225 313 100 33 0 104 24 123 71 64
Binary 10010101 11001011 1000000 11011 0 1000100 10100 1010011 111001 110100

Color Harmonies of #95CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CB40

Black with #95CB40

Text Example


Text Example

White with #95CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,203,64); }

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

background-color css

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

 a { background-color: rgb(149,203,64); }

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

border-color css

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

 span { border-color: rgb(149,203,64); }

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