Html Css Color HEX #BDF294 Reef

📋 copy color: '#BDF294'

red 189 ◦ green 242 ◦ blue 148

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

Shades of Reef #BDF294

Tints of Reef #BDF294

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.8%

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

R = 32.64%
G = 41.8%
B = 25.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#BDF294 (or 0xBDF294) is known color: Reef. HEX triplet: BD, F2 and 94. RGB value is (189,242,148). Sum of RGB (Red+Green+Blue) = 189+242+148=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF294 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF294 is #420D6B. Grayscale: #D7D7D7. Windows color (decimal): -4328812 or 9761469. OLE color: 9761469.

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

Color convert

RGB 189 242 148 -
CMYK 0.22 0 0.39 0.05
HSL 93.83º 0.78% 0.76% -
HSV(B) 93.83º 0.39% 0.95% -
XYZ 58.08 76.46 39.71 -
YUV 215.44 89.94 109.14 -
System Red Green Blue C M Y K H S L
Decimal 189 242 148 0.22 0 0.39 0.05 93.83 0.78 0.76
Hex BD F2 94 16 0 27 5 5E 4E 4C
Octal 275 362 224 26 0 47 5 136 116 114
Binary 10111101 11110010 10010100 10110 0 100111 101 1011110 1001110 1001100

Color Harmonies of #BDF294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF294

Black with #BDF294

Text Example


Text Example

White with #BDF294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF294; }

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

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

background-color css

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

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

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

border-color css

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

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

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