Html Css Color HEX #BDF493 Reef

📋 copy color: '#BDF493'

red 189 ◦ green 244 ◦ blue 147

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

Shades of Reef #BDF493

Tints of Reef #BDF493

RGB

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

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

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

R = 32.59%
G = 42.07%
B = 25.34%

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

#BDF493 (or 0xBDF493) is known color: Reef. HEX triplet: BD, F4 and 93. RGB value is (189,244,147). Sum of RGB (Red+Green+Blue) = 189+244+147=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 147 (57.81% from 255 or 25.34% from 580); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF493 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF493 is #420B6C. Grayscale: #D8D8D8. Windows color (decimal): -4328301 or 9696445. OLE color: 9696445.

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

Color convert

RGB 189 244 147 -
CMYK 0.23 0 0.40 0.04
HSL 94.02º 0.82% 0.77% -
HSV(B) 94.02º 0.4% 0.96% -
XYZ 58.6 77.63 39.5 -
YUV 216.5 88.78 108.39 -
System Red Green Blue C M Y K H S L
Decimal 189 244 147 0.23 0 0.40 0.04 94.02 0.82 0.77
Hex BD F4 93 17 0 28 4 5E 52 4D
Octal 275 364 223 27 0 50 4 136 122 115
Binary 10111101 11110100 10010011 10111 0 101000 100 1011110 1010010 1001101

Color Harmonies of #BDF493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF493

Black with #BDF493

Text Example


Text Example

White with #BDF493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF493; }

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

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

background-color css

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

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

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

border-color css

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

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

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