Html Css Color HEX #BDFF93 Reef

📋 copy color: '#BDFF93'

red 189 ◦ green 255 ◦ blue 147

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

Shades of Reef #BDFF93

Tints of Reef #BDFF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.87%

R = 31.98%
G = 43.15%
B = 24.87%

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

#BDFF93 (or 0xBDFF93) is known color: Reef. HEX triplet: BD, FF and 93. RGB value is (189,255,147). Sum of RGB (Red+Green+Blue) = 189+255+147=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFF93 is #42006C. Grayscale: #DFDFDF. Windows color (decimal): -4325485 or 9699261. OLE color: 9699261.

HSL color Cylindrical-coordinate representation of color #BDFF93: hue angle of 96.67º 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 #BDFF93 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 189 255 147 -
CMYK 0.26 0 0.42 0
HSL 96.67º 1% 0.79% -
HSV(B) 96.67º 0.42% 1% -
XYZ 62.01 84.45 40.63 -
YUV 222.95 85.13 103.78 -
System Red Green Blue C M Y K H S L
Decimal 189 255 147 0.26 0 0.42 0 96.67 1 0.79
Hex BD FF 93 1A 0 2A 0 61 64 4F
Octal 275 377 223 32 0 52 0 141 144 117
Binary 10111101 11111111 10010011 11010 0 101010 0 1100001 1100100 1001111

Color Harmonies of #BDFF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF93

Black with #BDFF93

Text Example


Text Example

White with #BDFF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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