Html Css Color HEX #BDFF92 Reef

📋 copy color: '#BDFF92'

red 189 ◦ green 255 ◦ blue 146

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

Shades of Reef #BDFF92

Tints of Reef #BDFF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.75%

R = 32.03%
G = 43.22%
B = 24.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#BDFF92 (or 0xBDFF92) is known color: Reef. HEX triplet: BD, FF and 92. RGB value is (189,255,146). Sum of RGB (Red+Green+Blue) = 189+255+146=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFF92 is #42006D. Grayscale: #DFDFDF. Windows color (decimal): -4325486 or 9633725. OLE color: 9633725.

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

Color convert

RGB 189 255 146 -
CMYK 0.26 0 0.43 0
HSL 96.33º 1% 0.79% -
HSV(B) 96.33º 0.43% 1% -
XYZ 61.93 84.41 40.22 -
YUV 222.84 84.63 103.86 -
System Red Green Blue C M Y K H S L
Decimal 189 255 146 0.26 0 0.43 0 96.33 1 0.79
Hex BD FF 92 1A 0 2B 0 60 64 4F
Octal 275 377 222 32 0 53 0 140 144 117
Binary 10111101 11111111 10010010 11010 0 101011 0 1100000 1100100 1001111

Color Harmonies of #BDFF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF92

Black with #BDFF92

Text Example


Text Example

White with #BDFF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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