Html Css Color HEX #B0DF38 Atlantis

📋 copy color: '#B0DF38'

red 176 ◦ green 223 ◦ blue 56

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

Shades of Atlantis #B0DF38

Tints of Atlantis #B0DF38

RGB

 RED value IS 176 (69.14% from 255) = 38.68%

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

 BLUE value IS 56 (22.27% from 255) = 12.31%

R = 38.68%
G = 49.01%
B = 12.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#B0DF38 (or 0xB0DF38) is known color: Atlantis. HEX triplet: B0, DF and 38. RGB value is (176,223,56). Sum of RGB (Red+Green+Blue) = 176+223+56=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DF38 is #4F20C7. Grayscale: #BEBEBE. Windows color (decimal): -5185736 or 3727280. OLE color: 3727280.

HSL color Cylindrical-coordinate representation of color #B0DF38: hue angle of 76.89º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0DF38 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 223 56 -
CMYK 0.21 0 0.75 0.13
HSL 76.89º 0.72% 0.55% -
HSV(B) 76.89º 0.75% 0.87% -
XYZ 45.01 62.29 13.39 -
YUV 189.91 52.43 118.08 -
System Red Green Blue C M Y K H S L
Decimal 176 223 56 0.21 0 0.75 0.13 76.89 0.72 0.55
Hex B0 DF 38 15 0 4B D 4D 48 37
Octal 260 337 70 25 0 113 15 115 110 67
Binary 10110000 11011111 111000 10101 0 1001011 1101 1001101 1001000 110111

Color Harmonies of #B0DF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DF38

Black with #B0DF38

Text Example


Text Example

White with #B0DF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DF38; }

 p { color: rgb(176,223,56); }

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

background-color css

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

 a { background-color: rgb(176,223,56); }

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

border-color css

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

 span { border-color: rgb(176,223,56); }

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