Html Css Color HEX #BDF492 Reef

📋 copy color: '#BDF492'

red 189 ◦ green 244 ◦ blue 146

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

Shades of Reef #BDF492

Tints of Reef #BDF492

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.14%

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

R = 32.64%
G = 42.14%
B = 25.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#BDF492 (or 0xBDF492) is known color: Reef. HEX triplet: BD, F4 and 92. RGB value is (189,244,146). Sum of RGB (Red+Green+Blue) = 189+244+146=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF492 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF492 is #420B6D. Grayscale: #D8D8D8. Windows color (decimal): -4328302 or 9630909. OLE color: 9630909.

HSL color Cylindrical-coordinate representation of color #BDF492: hue angle of 93.67º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDF492 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 244 146 -
CMYK 0.23 0 0.40 0.04
HSL 93.67º 0.82% 0.76% -
HSV(B) 93.67º 0.4% 0.96% -
XYZ 58.53 77.6 39.09 -
YUV 216.38 88.28 108.47 -
System Red Green Blue C M Y K H S L
Decimal 189 244 146 0.23 0 0.40 0.04 93.67 0.82 0.76
Hex BD F4 92 17 0 28 4 5E 52 4C
Octal 275 364 222 27 0 50 4 136 122 114
Binary 10111101 11110100 10010010 10111 0 101000 100 1011110 1010010 1001100

Color Harmonies of #BDF492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF492

Black with #BDF492

Text Example


Text Example

White with #BDF492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF492; }

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

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

background-color css

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

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

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

border-color css

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

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

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