Html Css Color HEX #BDF348 Conifer

📋 copy color: '#BDF348'

red 189 ◦ green 243 ◦ blue 72

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

Shades of Conifer #BDF348

Tints of Conifer #BDF348

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.21%

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

R = 37.5%
G = 48.21%
B = 14.29%

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

#BDF348 (or 0xBDF348) is known color: Conifer. HEX triplet: BD, F3 and 48. RGB value is (189,243,72). Sum of RGB (Red+Green+Blue) = 189+243+72=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF348 is #420CB7. Grayscale: #CFCFCF. Windows color (decimal): -4328632 or 4780989. OLE color: 4780989.

HSL color Cylindrical-coordinate representation of color #BDF348: hue angle of 78.95º degrees, saturation: 0.88, 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 #BDF348 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 72 -
CMYK 0.22 0 0.70 0.05
HSL 78.95º 0.88% 0.62% -
HSV(B) 78.95º 0.7% 0.95% -
XYZ 54.21 75.39 17.83 -
YUV 207.36 51.61 114.9 -
System Red Green Blue C M Y K H S L
Decimal 189 243 72 0.22 0 0.70 0.05 78.95 0.88 0.62
Hex BD F3 48 16 0 46 5 4F 58 3E
Octal 275 363 110 26 0 106 5 117 130 76
Binary 10111101 11110011 1001000 10110 0 1000110 101 1001111 1011000 111110

Color Harmonies of #BDF348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF348

Black with #BDF348

Text Example


Text Example

White with #BDF348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF348; }

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

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

background-color css

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

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

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

border-color css

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

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

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