Html Css Color HEX #9BCF4D Atlantis

📋 copy color: '#9BCF4D'

red 155 ◦ green 207 ◦ blue 77

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

Shades of Atlantis #9BCF4D

Tints of Atlantis #9BCF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.54%

R = 35.31%
G = 47.15%
B = 17.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#9BCF4D (or 0x9BCF4D) is known color: Atlantis. HEX triplet: 9B, CF and 4D. RGB value is (155,207,77). Sum of RGB (Red+Green+Blue) = 155+207+77=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCF4D is #6430B2. Grayscale: #B1B1B1. Windows color (decimal): -6566067 or 5099419. OLE color: 5099419.

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

Color convert

RGB 155 207 77 -
CMYK 0.25 0 0.63 0.19
HSL 84º 0.58% 0.56% -
HSV(B) 84º 0.63% 0.81% -
XYZ 37.17 52.13 15.12 -
YUV 176.63 71.77 112.57 -
System Red Green Blue C M Y K H S L
Decimal 155 207 77 0.25 0 0.63 0.19 84 0.58 0.56
Hex 9B CF 4D 19 0 3F 13 54 3A 38
Octal 233 317 115 31 0 77 23 124 72 70
Binary 10011011 11001111 1001101 11001 0 111111 10011 1010100 111010 111000

Color Harmonies of #9BCF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCF4D

Black with #9BCF4D

Text Example


Text Example

White with #9BCF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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