Html Css Color HEX #BDF248 Conifer

📋 copy color: '#BDF248'

red 189 ◦ green 242 ◦ blue 72

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

Shades of Conifer #BDF248

Tints of Conifer #BDF248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.31%

R = 37.57%
G = 48.11%
B = 14.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#BDF248 (or 0xBDF248) is known color: Conifer. HEX triplet: BD, F2 and 48. RGB value is (189,242,72). Sum of RGB (Red+Green+Blue) = 189+242+72=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF248 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF248 is #420DB7. Grayscale: #CFCFCF. Windows color (decimal): -4328888 or 4780733. OLE color: 4780733.

HSL color Cylindrical-coordinate representation of color #BDF248: hue angle of 78.71º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDF248 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 72 -
CMYK 0.22 0 0.70 0.05
HSL 78.71º 0.87% 0.62% -
HSV(B) 78.71º 0.7% 0.95% -
XYZ 53.91 74.79 17.73 -
YUV 206.77 51.94 115.32 -
System Red Green Blue C M Y K H S L
Decimal 189 242 72 0.22 0 0.70 0.05 78.71 0.87 0.62
Hex BD F2 48 16 0 46 5 4F 57 3E
Octal 275 362 110 26 0 106 5 117 127 76
Binary 10111101 11110010 1001000 10110 0 1000110 101 1001111 1010111 111110

Color Harmonies of #BDF248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF248

Black with #BDF248

Text Example


Text Example

White with #BDF248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF248; }

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

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

background-color css

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

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

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

border-color css

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

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

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