Html Css Color HEX #BDFF95 Reef

📋 copy color: '#BDFF95'

red 189 ◦ green 255 ◦ blue 149

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

Shades of Reef #BDFF95

Tints of Reef #BDFF95

RGB

 RED value IS 189 (74.22% from 255) = 31.87%

 GREEN value IS 255 (100% from 255) = 43%

 BLUE value IS 149 (58.59% from 255) = 25.13%

R = 31.87%
G = 43%
B = 25.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#BDFF95 (or 0xBDFF95) is known color: Reef. HEX triplet: BD, FF and 95. RGB value is (189,255,149). Sum of RGB (Red+Green+Blue) = 189+255+149=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFF95 is #42006A. Grayscale: #DFDFDF. Windows color (decimal): -4325483 or 9830333. OLE color: 9830333.

HSL color Cylindrical-coordinate representation of color #BDFF95: hue angle of 97.36º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDFF95 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 189 255 149 -
CMYK 0.26 0 0.42 0
HSL 97.36º 1% 0.79% -
HSV(B) 97.36º 0.42% 1% -
XYZ 62.17 84.51 41.47 -
YUV 223.18 86.13 103.62 -
System Red Green Blue C M Y K H S L
Decimal 189 255 149 0.26 0 0.42 0 97.36 1 0.79
Hex BD FF 95 1A 0 2A 0 61 64 4F
Octal 275 377 225 32 0 52 0 141 144 117
Binary 10111101 11111111 10010101 11010 0 101010 0 1100001 1100100 1001111

Color Harmonies of #BDFF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF95

Black with #BDFF95

Text Example


Text Example

White with #BDFF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF95; }

 p { color: rgb(189,255,149); }

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

background-color css

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

 a { background-color: rgb(189,255,149); }

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

border-color css

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

 span { border-color: rgb(189,255,149); }

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