Html Css Color HEX #BDF392 Reef

📋 copy color: '#BDF392'

red 189 ◦ green 243 ◦ blue 146

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

Shades of Reef #BDF392

Tints of Reef #BDF392

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.04%

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

R = 32.7%
G = 42.04%
B = 25.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#BDF392 (or 0xBDF392) is known color: Reef. HEX triplet: BD, F3 and 92. RGB value is (189,243,146). Sum of RGB (Red+Green+Blue) = 189+243+146=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF392 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF392 is #420C6D. Grayscale: #D8D8D8. Windows color (decimal): -4328558 or 9630653. OLE color: 9630653.

HSL color Cylindrical-coordinate representation of color #BDF392: hue angle of 93.4º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDF392 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 146 -
CMYK 0.22 0 0.40 0.05
HSL 93.4º 0.8% 0.76% -
HSV(B) 93.4º 0.4% 0.95% -
XYZ 58.23 77 38.99 -
YUV 215.8 88.61 108.89 -
System Red Green Blue C M Y K H S L
Decimal 189 243 146 0.22 0 0.40 0.05 93.4 0.8 0.76
Hex BD F3 92 16 0 28 5 5D 50 4C
Octal 275 363 222 26 0 50 5 135 120 114
Binary 10111101 11110011 10010010 10110 0 101000 101 1011101 1010000 1001100

Color Harmonies of #BDF392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF392

Black with #BDF392

Text Example


Text Example

White with #BDF392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF392; }

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

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

background-color css

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

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

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

border-color css

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

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

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