Html Css Color HEX #9BDF3F Atlantis

📋 copy color: '#9BDF3F'

red 155 ◦ green 223 ◦ blue 63

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

Shades of Atlantis #9BDF3F

Tints of Atlantis #9BDF3F

RGB

 RED value IS 155 (60.94% from 255) = 35.15%

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

 BLUE value IS 63 (25% from 255) = 14.29%

R = 35.15%
G = 50.57%
B = 14.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#9BDF3F (or 0x9BDF3F) is known color: Atlantis. HEX triplet: 9B, DF and 3F. RGB value is (155,223,63). Sum of RGB (Red+Green+Blue) = 155+223+63=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDF3F is #6420C0. Grayscale: #B9B9B9. Windows color (decimal): -6561985 or 4186011. OLE color: 4186011.

HSL color Cylindrical-coordinate representation of color #9BDF3F: hue angle of 85.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9BDF3F is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 223 63 -
CMYK 0.30 0 0.72 0.13
HSL 85.5º 0.71% 0.56% -
HSV(B) 85.5º 0.72% 0.87% -
XYZ 40.8 60.1 14.15 -
YUV 184.43 59.47 107.01 -
System Red Green Blue C M Y K H S L
Decimal 155 223 63 0.30 0 0.72 0.13 85.5 0.71 0.56
Hex 9B DF 3F 1E 0 48 D 56 47 38
Octal 233 337 77 36 0 110 15 126 107 70
Binary 10011011 11011111 111111 11110 0 1001000 1101 1010110 1000111 111000

Color Harmonies of #9BDF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDF3F

Black with #9BDF3F

Text Example


Text Example

White with #9BDF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BDF3F; }

 p { color: rgb(155,223,63); }

 H1.HeaderClassName
 {
   color: #9BDF3F;
 }
 .AnyTagClassName
 {
   color: #9BDF3F;
 }
</style>

background-color css

<style>
 a { background-color: #9BDF3F; }

 a { background-color: rgb(155,223,63); }

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

border-color css

<style>
 span { border-color: #9BDF3F; }

 span { border-color: rgb(155,223,63); }

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