Html Css Color HEX #BDF494 Reef

📋 copy color: '#BDF494'

red 189 ◦ green 244 ◦ blue 148

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

Shades of Reef #BDF494

Tints of Reef #BDF494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.47%

R = 32.53%
G = 42%
B = 25.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#BDF494 (or 0xBDF494) is known color: Reef. HEX triplet: BD, F4 and 94. RGB value is (189,244,148). Sum of RGB (Red+Green+Blue) = 189+244+148=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF494 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF494 is #420B6B. Grayscale: #D8D8D8. Windows color (decimal): -4328300 or 9761981. OLE color: 9761981.

HSL color Cylindrical-coordinate representation of color #BDF494: hue angle of 94.38º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDF494 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 244 148 -
CMYK 0.23 0 0.39 0.04
HSL 94.38º 0.81% 0.77% -
HSV(B) 94.38º 0.39% 0.96% -
XYZ 58.68 77.66 39.91 -
YUV 216.61 89.28 108.31 -
System Red Green Blue C M Y K H S L
Decimal 189 244 148 0.23 0 0.39 0.04 94.38 0.81 0.77
Hex BD F4 94 17 0 27 4 5E 51 4D
Octal 275 364 224 27 0 47 4 136 121 115
Binary 10111101 11110100 10010100 10111 0 100111 100 1011110 1010001 1001101

Color Harmonies of #BDF494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF494

Black with #BDF494

Text Example


Text Example

White with #BDF494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF494; }

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

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

background-color css

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

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

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

border-color css

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

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

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