Html Css Color HEX #9BCF55 Atlantis

📋 copy color: '#9BCF55'

red 155 ◦ green 207 ◦ blue 85

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

Shades of Atlantis #9BCF55

Tints of Atlantis #9BCF55

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.31%

 BLUE value IS 85 (33.59% from 255) = 19.02%

R = 34.68%
G = 46.31%
B = 19.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#9BCF55 (or 0x9BCF55) is known color: Atlantis. HEX triplet: 9B, CF and 55. RGB value is (155,207,85). Sum of RGB (Red+Green+Blue) = 155+207+85=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCF55 is #6430AA. Grayscale: #B1B1B1. Windows color (decimal): -6566059 or 5623707. OLE color: 5623707.

HSL color Cylindrical-coordinate representation of color #9BCF55: hue angle of 85.57º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BCF55 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 207 85 -
CMYK 0.25 0 0.59 0.19
HSL 85.57º 0.56% 0.57% -
HSV(B) 85.57º 0.59% 0.81% -
XYZ 37.47 52.25 16.7 -
YUV 177.54 75.77 111.92 -
System Red Green Blue C M Y K H S L
Decimal 155 207 85 0.25 0 0.59 0.19 85.57 0.56 0.57
Hex 9B CF 55 19 0 3B 13 56 38 39
Octal 233 317 125 31 0 73 23 126 70 71
Binary 10011011 11001111 1010101 11001 0 111011 10011 1010110 111000 111001

Color Harmonies of #9BCF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCF55

Black with #9BCF55

Text Example


Text Example

White with #9BCF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,207,85); }

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

background-color css

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

 a { background-color: rgb(155,207,85); }

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

border-color css

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

 span { border-color: rgb(155,207,85); }

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