Html Css Color HEX #BDF048 Conifer

📋 copy color: '#BDF048'

red 189 ◦ green 240 ◦ blue 72

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

Shades of Conifer #BDF048

Tints of Conifer #BDF048

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.9%

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

R = 37.72%
G = 47.9%
B = 14.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#BDF048 (or 0xBDF048) is known color: Conifer. HEX triplet: BD, F0 and 48. RGB value is (189,240,72). Sum of RGB (Red+Green+Blue) = 189+240+72=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF048 is #420FB7. Grayscale: #CECECE. Windows color (decimal): -4329400 or 4780221. OLE color: 4780221.

HSL color Cylindrical-coordinate representation of color #BDF048: hue angle of 78.21º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDF048 is Cyan = 0.21, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 72 -
CMYK 0.21 0 0.7 0.06
HSL 78.21º 0.85% 0.61% -
HSV(B) 78.21º 0.7% 0.94% -
XYZ 53.32 73.61 17.53 -
YUV 205.6 52.6 116.16 -
System Red Green Blue C M Y K H S L
Decimal 189 240 72 0.21 0 0.7 0.06 78.21 0.85 0.61
Hex BD F0 48 15 0 46 6 4E 55 3D
Octal 275 360 110 25 0 106 6 116 125 75
Binary 10111101 11110000 1001000 10101 0 1000110 110 1001110 1010101 111101

Color Harmonies of #BDF048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF048

Black with #BDF048

Text Example


Text Example

White with #BDF048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF048; }

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

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

background-color css

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

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

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

border-color css

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

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

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