Html Css Color HEX #BDF748 Conifer

📋 copy color: '#BDF748'

red 189 ◦ green 247 ◦ blue 72

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

Shades of Conifer #BDF748

Tints of Conifer #BDF748

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.62%

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

R = 37.2%
G = 48.62%
B = 14.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#BDF748 (or 0xBDF748) is known color: Conifer. HEX triplet: BD, F7 and 48. RGB value is (189,247,72). Sum of RGB (Red+Green+Blue) = 189+247+72=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF748 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF748 is #4208B7. Grayscale: #D2D2D2. Windows color (decimal): -4327608 or 4782013. OLE color: 4782013.

HSL color Cylindrical-coordinate representation of color #BDF748: hue angle of 79.89º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDF748 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 72 -
CMYK 0.23 0 0.71 0.03
HSL 79.89º 0.92% 0.63% -
HSV(B) 79.89º 0.71% 0.97% -
XYZ 55.42 77.81 18.23 -
YUV 209.71 50.28 113.23 -
System Red Green Blue C M Y K H S L
Decimal 189 247 72 0.23 0 0.71 0.03 79.89 0.92 0.63
Hex BD F7 48 17 0 47 3 50 5C 3F
Octal 275 367 110 27 0 107 3 120 134 77
Binary 10111101 11110111 1001000 10111 0 1000111 11 1010000 1011100 111111

Color Harmonies of #BDF748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF748

Black with #BDF748

Text Example


Text Example

White with #BDF748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF748; }

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

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

background-color css

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

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

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

border-color css

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

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

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